Make GUILD_CREATE on IDENTIFY optional #5592
-
Hello 👋 Please provide an option on IDENTIFY to disable the mass sending of GUILD_CREATE payloads. The option can be defaulted to enable which would prevent any breaking changes or causing issues for any bots/libs that don't want to support or need this. Benefits For Those That Opt To Disable
Potential Solutions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is not going to happen. The reasons why it works the way it does is for good reason right now. We will be sending GUILD_CREATE to bots for the foreseeable future. The 5 second delay is not going away as it's necessary to throttle connections to our internal systems as well. |
Beta Was this translation helpful? Give feedback.
-
In my opinion, this isn't even needed, depending on the session timeout, you could RESUME the connection using the session, sequence number and resume_gateway_url, load your guilds from cache and be happy. |
Beta Was this translation helpful? Give feedback.
This is not going to happen. The reasons why it works the way it does is for good reason right now.
We will be sending GUILD_CREATE to bots for the foreseeable future. The 5 second delay is not going away as it's necessary to throttle connections to our internal systems as well.