Discord bot using JDA in Kotlin
Bot focused on providing utilities for programming communities.
Copy the application-default.yml
file to application-prod.yml
and fill the credentials
with your information.
To run the bot from the command line:
./gradlew run -Dprofiles.active=prod
To run the bot with intellij
option + ctrl + r -> Run -> Run