Open-source Discord music bot with Lavalink featured with an awesome new thing on Discord.
Requires Node.js version v16.6.0 or above and Requires Lavalink Server.
- Install Node.js
- Delete old
.env, rename.env_exampleto.envand fill out the values - Fill out
NODESwith your Lavalink credentials - Install dependencies as stated here before you continue surfing
- Run
npm run buildusing Node package manager - Optional thing, prune dev dependencies (this is good to save disk spaces):
$ npm prune --production- Start it with
npm start, and you're done!
Without optional packages:
$ npm install --no-optionalWith optional packages (recommended):
$ npm installFor optional packages, you need to install build tools as stated here and you also need to install Git.
- Music commands
- Slash commands support
- Context menu support
- Button pagination support
- Docker-friendly (if you're advanced user)