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