Discord Multi-Token Musicbot written in Java & Kotlin using JDA
!!! This project is still WIP and is lacking many features !!!
- Supports multiple bot-tokens
- Only one bot will create the commands per guild
- Easily extendable: Not enough bots? Add another one in the config and invite it!
- Easy to use: Just hop in a channel and use the /play command, if no bot is currently playing music, an available bot will join your channel, otherwise it will return an error, if no other bot is available.
Tuner can play spotify links! Just provide a spotify application client id and secret in the config.yml
file that gets created after first starting the bot, and you should be good to go!
- Clone repository:
git clone https://github.com/Xirado/Tuner
- Go into working directory:
cd Tuner
- Compile:
./gradlew shadowJar
on Linux/MacOS or.\gradlew shadowJar
on Windows - Go into output directory:
cd build/libs
- Run:
java -jar Tuner-VERSION-all.jar
(Replace VERSION with whatever version it has)