discord-music
discord-music copied to clipboard
An open-source discord music bot written in javascript
About
An open-source discord-music-bot wrriten in Javascript using Discord.js
Features
✅ Easy-to-use
✅ Stable
✅ Slash Commands
✅ Open Source
✅ Good music commands
Installation
Recommended version Node.js 16.6.x
To install all the packages just use:
npm install
Lavalink Installation
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
Configuring credentials
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
Run
For running the bot:
npm run start