You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Intents.none(), occasionally the bot will crash with the following error
Reproduction Steps
Turned on my bot with intents=Intents.none(), while the bot is running it then proceeds to crash occasionally with the above error.
After some back n forward we believe this error is due to guilds the bot has joined during runtime, as it doesn't have any runtime information on the guild itself to use.
Summary
When using
Intents.none()
, occasionally the bot will crash with the following errorReproduction Steps
Turned on my bot with
intents=Intents.none()
, while the bot is running it then proceeds to crash occasionally with the above error.After some back n forward we believe this error is due to guilds the bot has joined during runtime, as it doesn't have any runtime information on the guild itself to use.
You can read the entire discussion here
Minimal Reproducible Code
No response
Expected Results
My bot not to crash.
Actual Results
My bot crashed.
Intents
Intents.none()
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: