-
Notifications
You must be signed in to change notification settings - Fork 715
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
Bot connects, but can't resolve the guild due to it being too large #335
Comments
Because it hasn't been invited to the inbox server...
v / r
Robert Klebes
Mobile: 571-492-8639
https://keybase.io/sporkwitch
https://www.linkedin.com/in/klebes
…On August 12, 2019 3:05:47 PM EDT, Justin ***@***.***> wrote:
With how discord is handling the ready event from the gateway, large
guilds take longer to resolve and therefore the bot is unable to find
it when it fires the `getInboxGuild` function.
The guild has 200k+ members, so it makes sense it would take a bit for
the API to fire off the `guildCreate` event for it.
Only Error when the bot connects and is awaiting DMs: `Error: The bot
is not on the modmail (inbox) server!`
I'm unsure of a way to personally fix it myself or I would have.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#335
|
The guild in question is the only server the bot is in. |
I published version |
Yes, it works! Thank you for pushing an update in such a short amount of time. I'll let you know if any other issues arise! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With how discord is handling the ready event from the gateway, large guilds take longer to resolve and therefore the bot is unable to find it when it fires the
getInboxGuild
function.The guild has 200k+ members, so it makes sense it would take a bit for the API to fire off the
guildCreate
event for it.Only Error when the bot connects and is awaiting DMs:
Error: The bot is not on the modmail (inbox) server!
I'm unsure of a way to personally fix it myself or I would have.
The text was updated successfully, but these errors were encountered: