Androz2091 / discord-music-bot

The perfect music bot for your Discord server! 🤘
237 stars 128 forks source link

Bot "silent". Play no music heard #12

Open DevKilioZOfficiel opened 2 years ago

DevKilioZOfficiel commented 2 years ago

I installed your bot, however, the bot connects, but does not play us any music.

QvixoteRoux commented 2 years ago

same here men, just updated everything and finally was able to run locally on windows but no sound when the bot connects

militaryk commented 2 years ago

I am also experiencing this issue, help is apreaciated.

joshstar commented 2 years ago

npm install opusscript fixes the issue, Its a missing dependency, needs adding to the discord-player repo.

nitpum commented 2 years ago

yarn add opusscript fix the issue

Zebiano commented 2 years ago

npm install opusscrip fixes the issue, Its a missing dependency, needs adding to the discord-player repo.

There's a typo, it should be npm install opusscript (the t at the end).