Skip to content
New issue

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

Guide says that Discord requires sharding at 2500 guilds but it is not mentioned on docs #497

Closed
kislball opened this issue Oct 10, 2020 · 2 comments

Comments

@kislball
Copy link

kislball commented Oct 10, 2020

The official gateway documentation(https://discord.com/developers/docs/topics/gateway#sharding) doesn't mention that shard cannot be connected to gateway with 2500+ guilds, nevertheless the guide says that it is cannot(https://discordjs.guide/sharding/#when-to-shard).
I can submit the PR if necessary
P.S. i am resubmitting issue #496

@monbrey
Copy link
Member

monbrey commented Oct 10, 2020

The 2500 limit is mentioned on the Github for the documentation here: discord/discord-api-docs#17 (comment)

2500 guild limit per shard (may be higher, but won't be lower) - will come, but will roll this one out later, as bot libs add support for sharding for larger bots. This will be enforced beginning September 30, 2016 October 10, 2016 Jan 3, 2017

This has proven to be accurate in practice. I see no reason to remove this from our guide.

@kislball
Copy link
Author

Ah, ok then. Should I close the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants