waiting 15s
This commit is contained in:
parent
2b94827ec5
commit
13312e3c90
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Music(commands.Cog):
|
|||
if not hasattr(client, 'wavelink'):
|
||||
self.client.wavelink = wClient(bot = self.client)
|
||||
|
||||
sleep(8)
|
||||
sleep(15)
|
||||
|
||||
self.client.loop.create_task(self.start_nodes())
|
||||
|
||||
|
|
Reference in a new issue