krisppurg / dimscord

A Discord Bot & REST Library for Nim.

Home Page:https://krisppurg.github.io/dimscord/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support max_concurrency

krisppurg opened this issue · comments

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.

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