naseif / Eyesense-Music-Bot

Discord bot to play Music from Youtube, Soundcloud and Spotify using the new slash commands and a lot more!
MIT License
30 stars 10 forks source link

After Disconnecting the bot with command If we play a song it will send the message started playing but the bot wont join the vc #8

Closed GauravRaj00 closed 2 years ago

GauravRaj00 commented 2 years ago

I don't know why but if I disconnect the bot with -disconnect the bot will disconnect but if we try to play any song it will send Music embed but it wont join the VC

naseif commented 2 years ago

I just reproduced the issue and you are right, I will look into it now

naseif commented 2 years ago

I for some reason was only destroying the StreamDispatcher connection while I should destroy/end the current queue when using disconnect. Please update the bot and let me know if its working fine now

GauravRaj00 commented 2 years ago

Hi, I have fixed the disconnect to fix it we have to replace line 54 with "await queue.destroy(true);"