Jonhels / borkday

Dockerized discord music bot for youtube.com songs
https://discord.com/oauth2/authorize?client_id=1250200963260616725&permissions=580552880080960&integration_type=0&scope=bot
0 stars 0 forks source link

bug in /stop command after clearing queue #2

Closed Jonhels closed 4 months ago

Jonhels commented 4 months ago

When using the /stop command after the bot have had a queue of songs it will no play the newly selected song. This is probably because the bot havent cleaned up the queue before trying to add a new song.

The bot thinks that it's playing a song, but it's not playing anything.

So what is needed to be done is this; Clean up the cleaning process and make sure that the bot is stopped.

Jonhels commented 4 months ago

stop command bug is now fixed