Androz2091 / discord-music-bot

The perfect music bot for your Discord server! 🤘
238 stars 127 forks source link

Add opusscript as a dependency #29

Closed Philip-Scott closed 2 years ago

Philip-Scott commented 3 years ago

After installing opusscript as a dependency as mentioned on https://github.com/Androz2091/discord-music-bot/issues/26, the bot was able to work on my machine. I've added on this PR this missing dependency.

Androz2091 commented 2 years ago

@discordjs/opus should do the job. I guess that npm failed to build it then you had to install another opus pkg (like node-opus or opusscript). Can you try to re-install @discordjs/opus please ?