You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bot can be rate limited and Discord will tell us when we're allowed to send another request.
We don't know what to do about it because although we can probably enqueue a whole bunch of unsent messages, if we're being rate limited, this is unlikely to drain after any reasonable time.
Maybe we drop them? First up we need to honour that response and throttle ourselves.
The text was updated successfully, but these errors were encountered:
The bot can be rate limited and Discord will tell us when we're allowed to send another request.
We don't know what to do about it because although we can probably enqueue a whole bunch of unsent messages, if we're being rate limited, this is unlikely to drain after any reasonable time.
Maybe we drop them? First up we need to honour that response and throttle ourselves.
The text was updated successfully, but these errors were encountered: