Update player.py

This commit is contained in:
Crussader 2021-10-27 21:10:33 +04:00 committed by GitHub
parent fc113e362f
commit cc2b00be95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -329,5 +329,5 @@ class Player(VoiceProtocol):
@tasks.loop(seconds=5)
async def check(self):
if not self.node.is_connected:
await self.change_node(NodePool.get_node())
await self.change_node()