on_ready taking too long to start #177
Answered
by
dolfies
theAbdoSabbagh
asked this question in
Help
-
I have an alt in about 9 servers, and for some reason on_ready takes SO long to start. Why is that? P.S: I have some code in on_ready, none of it is related to presence or whatever, but it doesn't get executed. |
Beta Was this translation helpful? Give feedback.
Answered by
dolfies
Jan 17, 2022
Replies: 1 comment
-
It's probably guild subscriptions. Try passing guild_subscription_options=discord.GuildSubscriptionOptions.off() to client init. The default will be off in 2.0 because of the confusion this caused. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
theAbdoSabbagh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's probably guild subscriptions. Try passing guild_subscription_options=discord.GuildSubscriptionOptions.off() to client init. The default will be off in 2.0 because of the confusion this caused.