Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 623 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 623 Bytes

emi-bot

Build Status License

Discord bot using JDA in Kotlin

Bot focused on providing utilities for programming communities.

Setup

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