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
fix an issue where ratelimits wouldn't apply correctly using the shar…
…ded client
every shard would maintain its own rest client with its own ratelimit tracker, which allowed preventable 429s if a ratelimit was known, but not to the shard making the request
Co-authored-by: Plerx <50530305+Plerx2493@users.noreply.github.com>