1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-10-03 07:48:58 +02:00

comment update

This commit is contained in:
Jonas Leder 2020-04-11 19:53:07 +02:00
parent a5fa480f43
commit f241bad22a

2
bot.py
View file

@ -512,5 +512,5 @@ def backgroundDownloader(url, title):
playerQue.append(str(fileIndex - 1) + ".mp3")#add the file to the que
titleQue.append(title)#add the title to the que (for que list)
bot.loop.create_task(checkForNextSong())#start the music bot tasks in background
bot.loop.create_task(checkForNextSong())#start the music bot task in background
bot.run(token, bot=botAccount)#start the bot with the options in config.py