We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My bot has 4k servers so unfortunately the current implementation doesn't allow me to use my bot. I changed the disconnect to show me what was wrong:
bot.on('disconnect', function(e) { console.log("Bot disconnected, reconnecting...", e); setTimeout(function(){ bot.connect(); //Auto reconnect after 5 seconds },5000); });
More info: https://discordapp.com/developers/docs/topics/gateway#sharding
The text was updated successfully, but these errors were encountered:
Sorry about that, I never designed for a bot so huge. Sharding may be supported in the rewrite, no ETA.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
My bot has 4k servers so unfortunately the current implementation doesn't allow me to use my bot. I changed the disconnect to show me what was wrong:
More info: https://discordapp.com/developers/docs/topics/gateway#sharding
The text was updated successfully, but these errors were encountered: