Made in Kotlin with Spring Boot and JDA, uses MySQL as the database.
- copy
src/main/resources/application-example.propertiestosrc/main/resources/application.properties - fill the file in with actual settings
- see the section below
- either use
./gradlew bootRunto run - or
./gradlew buildto build a standalone application jar inbuild/libs/...and then run it withjava -jar location/file.jar
A more detailed README is coming Soon™