discord-music-bot
discord-music-bot copied to clipboard
Bot "silent". Play no music heard
I installed your bot, however, the bot connects, but does not play us any music.
same here men, just updated everything and finally was able to run locally on windows but no sound when the bot connects
I am also experiencing this issue, help is apreaciated.
npm install opusscript
fixes the issue,
Its a missing dependency, needs adding to the discord-player repo.
yarn add opusscript
fix the issue
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).