An open-source discord-music-bot wrriten in Javascript using Discord.js
✅ Easy-to-use
✅ Stable
✅ Slash Commands
✅ Open Source
✅ Good music commands
Recommended version Node.js 16.6.x
To install all the packages just use:
npm install
Host the instance of Lavalink, You can download the binaries from the CI Server For running your lavalink you must install Java 13 And after installing run the lavalink server
java -jar Lavalink.jar
For configuring the credentials checkout
.env_example
and rename it to.env
instead And fill your bot token And for lavalink credentials renamelavalink-config-example.js
tolavalink-config.js
After that put your lavalink details in there
For running the bot:
npm run start