The normal Baclava bot without a dashboard or Redis support.
Baclava is written with JDA, in Kotlin. As for the JDK, it must run on JDK 17.
Simply clone this repository, run ./gradlew shadowJar
and you'll have a compiled jar file in build/libs
.
All you need is an environment variable called TOKEN
with your bot token.
After this is done, run the bot with java -jar JarFileName.jar
.
This software is licensed under the Apache License 2.0. More information here.