-
Hello, Currently, I am the only one on my test server. Originally I thought that issue is caused by this: However, I found out that the issue is more likely connected to frequent running and stopping the script of the bot as a whole instead of running the task itself. The issue does not happen if I am not connected to voice chat before I run the bot script. I understand that this is not a problem in general, because most bots work 24/7, but i would be grateful if You could say whether this is some edge case bug or explain it to me. Thank you. Here is part of my code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In order to get help in this regard more information is needed, mainly:
|
Beta Was this translation helpful? Give feedback.
In order to get help in this regard more information is needed, mainly:
py -3 -m discord --version
in Windows orpython3 -m discord --version
on Linux/Mac).discord.Intents
) that you're passing into the bot.