Koenie06 / Discord.js-Music

19 stars 13 forks source link

Pause and resume commands don't work #8

Closed sniper19p closed 2 years ago

sniper19p commented 2 years ago

I have been trying to get the pause and resume events don't work but no matter what i always get this even though they aren't paused or resumed. Screen Shot 2021-10-12 at 8 48 52 PM also i would suggest to make another version with ydtl-core-discord.

sniper19p commented 2 years ago

I have found the issue. If anyone else has this issues heres what you need to do . Change const isPaused = music.isPaused({ interaction: interaction }); To const isPaused = await music.isPaused({ interaction: interaction }); And same with the resume.