v5.4 is in development!
- 🎵 Modular Docker Environment for smoother development and deployment
- 🎛️ A Working Dashboard with full controls
- 💾 Database Integration to store your favorite songs
- 🎶 Integrated Lavalink server for better performance
- 📢 Dedicated Query Channel for easy interaction
- ⚡ More commands and functionalities
- 🚀 And much more to come!
- Node.js 16+
- Lavalink Server
- Run
npm run deploy
oryarn deploy
to initialize the slash commands (locally).
NOTE: Lavalink is essential for the bot’s music functionality. You must have a working Lavalink server to get the bot to work.
- Download and set up v5 in a separate folder.
- Kick the bot out of your server.
- Reinvite the Bot using the right scopes: Example Invite URL (Replace CLIENT_ID)
- Run
npm run deploy
oryarn deploy
to initialize the slash commands (locally).
- Configure
config.js
to use the host"lavalink"
, matching thepassword
andport
fromdocker/application.yml
.
Build and start both the bot and Lavalink:
docker-compose up -d --build
### 💪🏻 Non-Docker Setup
First, configure the `config.js` file with a Lavalink host.
Install dependencies and deploy Slash Commands:
```sh
npm install
npm run deploy
## Start the bot:
```sh
node index.js