Skip to content

Bot for Discord made with Spring Boot in Kotlin, using MySQL as a database

License

Notifications You must be signed in to change notification settings

Nicofisi/spring-counting-bot

Repository files navigation

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™

About

Bot for Discord made with Spring Boot in Kotlin, using MySQL as a database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages