KushGabani / radiokey

After the downfall of groovy and rythm as they now no longer provide the music bot service, An open-source discord music bot that enables listening to music with members of a server.
GNU General Public License v3.0
10 stars 10 forks source link

The song cannot be resumed after being paused. #13

Open SmitMewada opened 3 years ago

SmitMewada commented 3 years ago

n a scenario where a song is paused by the bot, The song does not resume using the *resume or *res command. It seems like a discord-player package issue as all the other edge cases are executed in their respective scenarios. The code for the resume command is in src/actions/resume.js

KushGabani commented 3 years ago

Yes, you seem to be right here. I just checked the bot in this specific scenario and it doesn't resume. It seems to be a package issue. maybe with some future updates, it can be fixed. But if still, someone thinks they can fix this issue by diving into node_modules then they are most welcome.