krisppurg / dimscord

A Discord Bot & REST Library for Nim.
https://krisppurg.github.io/dimscord/
MIT License
222 stars 20 forks source link

Support max_concurrency #23

Closed krisppurg closed 3 years ago

krisppurg commented 4 years ago

Since, the library is slowly growing, there may be developers who are using Dimscord to start up their large discord bots, in shards every IDENTIFY is sent 5 seconds one at a time to prevent constant INVALID_SESSIONs. If the bot's servers are like 250k for example and the shards are like 400, then it would be pretty slow for startup. It would be nice to implement it.

krisppurg commented 3 years ago

Closing this now. Let me know if someone is using dimscord on a bigger bot.