andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
496 stars 70 forks source link

Gateway ratelimit for large bots are not shared across shards #343

Open andersfylling opened 3 years ago

andersfylling commented 3 years ago

Describe the bug

Disgord does not share gateway ratelimits across shards as expected by Discord.

Expected behavior Share rate limits using the provided max_concurrency field as pictured above.