-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
client.user.setStatus();
kills the bot (INVALID SESSION)
#5706
Comments
Trycatch wouldn't work btw because |
What's the output you are seeing when logging the debug event? |
10 seconds of nothing... |
slugcat-dev
changed the title
May 30, 2021
client.user.setStatus();
kills the botclient.user.setStatus();
kills the bot (INVALID SESSION)
Looks like #5584 is related to this |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please describe the problem you are having in as much detail as possible:
Whenever I use
client.user.setStatus('idle');
(idle for example), the bot stops responding and goes offline after a minute. The console does not log any errors:Code of the command:
Further details:
Relevant client options:
The text was updated successfully, but these errors were encountered: