mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Fixing error when stop and return too fast, because of that there may be some threads downloading songs that will try to put songs in a already closed queue
This commit is contained in:
@@ -9,7 +9,7 @@ class VConfigs(Singleton):
|
||||
if not super().created:
|
||||
# You can change this boolean to False if you want to prevent the Bot from auto disconnecting
|
||||
# Resolution for the issue: https://github.com/RafaelSolVargas/Vulkan/issues/33
|
||||
self.SHOULD_AUTO_DISCONNECT_WHEN_ALONE = True
|
||||
self.SHOULD_AUTO_DISCONNECT_WHEN_ALONE = False
|
||||
|
||||
self.BOT_PREFIX = '!'
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user