Closed JustRedTTG closed 2 years ago
Are you sure that you are using discord.py-self? According to your system information, it's discord.py
Are you sure that you are using discord.py-self? According to your system information, it's discord.py
Well I did it for discord.py as it was asked, not discord.py-self. And it is discord.py-self I'm using in my code.
Additionally I found that it does at some point run the on_ready. But it appears either heavily delayed or just a reconnect
Pass guild_subscription_options=discord.GuildSubscriptionOptions.off()
to Client
.
Thanks that fixed the issue
Are you sure that you are using discord.py-self? According to your system information, it's discord.py
Yes, that's an issue with discord.py-self, #240 and #241 fix it.
Summary
The on_ready is not working
Reproduction Steps
Code
Expected Results
should warn that the account is ready to be used
Actual Results
selfbot works but the message saying it's ready is never send... I'd like to setup checks once it's logged in
System Information
Checklist
Additional Information
No response