MusicClient Guide
A powerful discord bot making library to help you make discord bots. Super easy, 100 percent discord api coverage, and more! Discord.lib also allows you to interact with discord.js.
Make music system works
Importing the packages needed using the following code
You should probably install ffmpeg since ffmpeg-binaries from npm might cause error, This function will not work on online services
Install ffmpeg
Windows
Download at https://ffmpeg.zeranoe.com/builds/
Mac
Download at https://evermeet.cx/ffmpeg/
Linux Command Line
Actual code
Install opusscript or node-opus for it to work
Using discord.lib to play music
Let's import packages first
Main code
The main code is one of the function in discord.lib.
Resulting code
And you are all set!
Last updated