This is a Discord Music Bot created using DisTube and discord.js.
-
You need the latest Node.js version for this to work. Run:
npm install
inside the project folder.
-
Next, you need to install FFMpeg. You can access the downloads from FFMpeg.org.
Important: You need to add FFMpeg to the PATH on Windows operating systems.
-
After FFMpeg is installed, set up your
.envfile. You can modify the.env.examplefile to suit your needs. -
Now you can run your bot by executing:
node index.js
Credits to @Adivise for providing the source code ❤️