v5.1 Is in development! Go check it out HERE!
What do you gain from it? Let us explain:
npm run deploy
or yarn deploy
. to initialized the slash commands. You can do this on your pc
locallyNOTE: Lavalink is needed for music functionality. You need to have a working Lavalink server to make the bot work.
npm run deploy
or yarn deploy
to initialize the slash commands. You can do this on your pc locallyYou should configure the config.js
file with the host "lavalink"
, using the same password
and port
as specified in docker/application.yml
.
Build and start bot and lavalink
docker-compose up -d --build
The
config.js
file should be configured first. Don't forget to add a lavalink host
Install all dependencies and deploy Slash Commands
npm install
npm run deploy
Start the bot
node index.js
If you have major coding issues with this bot, please join and ask for help.
Soon
Contributions are always welcomed :D Make sure to follow Contributing.md