Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 508 Bytes

Discord Counting Bot

Made in Kotlin with Spring Boot and JDA, uses MySQL as the database.

Configuration

  • copy src/main/resources/application-example.properties to src/main/resources/application.properties
  • fill the file in with actual settings
  • see the section below

Running

  • either use ./gradlew bootRun to run
  • or ./gradlew build to build a standalone application jar in build/libs/... and then run it with java -jar location/file.jar

A more detailed README is coming Soon™