ZerioDev / Music-bot

A complete code to download for a cool Discord music bot !
https://discord.gg/5cGSYV8ZZj
GNU General Public License v3.0
883 stars 1.08k forks source link

Pause and resume commands #179

Closed tommodev-ctrl closed 2 years ago

tommodev-ctrl commented 3 years ago

Hi, first things: nice bot Zerio!

Second thing: I run the bot but the resume command is laggy. Basically, if I do the pause command, it pauses the song perfectly, but if then I do the resume command, the song doesn't start! So to "fix" this issue, I have to do another time the pause command and then the resume command so the songs can start playing again. Is there a way to fix it without running the commands two times?

Thanks!

tommodev-ctrl commented 3 years ago

add in resume.js:

client.player.resume(message)
client.player.pause(message)
client.player.resume(message)

Thanks, it's working perfectly!

Xaypanya commented 3 years ago

add in resume.js:

client.player.resume(message)
client.player.pause(message)
client.player.resume(message)

thank you

revot334 commented 2 years ago

looks like it has been fixed