Template
1
0
Fork 0
No description
  • Kotlin 98.8%
  • Dockerfile 1.2%
Find a file Use this template
2026-08-17 22:26:40 +02:00
gradle/wrapper Initial commit 2026-08-11 02:33:05 +02:00
src/main Changed command dispatcher to use ChatInputCommandInteractionCreateEvent instead of GuildChatInputCommandInteractionCreateEvent 2026-08-17 22:26:40 +02:00
.dockerignore Added Database management content : 2026-08-11 20:58:06 +02:00
.gitignore Added Database management content : 2026-08-11 20:58:06 +02:00
build.gradle.kts Upgrades to database managment + optimize imports 2026-08-17 15:35:51 +02:00
Dockerfile Initial commit 2026-08-11 02:33:05 +02:00
gradle.properties Initial commit 2026-08-11 02:33:05 +02:00
gradlew Initial commit 2026-08-11 02:33:05 +02:00
gradlew.bat Initial commit 2026-08-11 02:33:05 +02:00
README.md updated README.md 2026-08-11 21:03:40 +02:00
settings.gradle.kts Initial commit 2026-08-11 02:33:05 +02:00

ANTHONUS-bot

Discord bot template using Kotlin and Kord.
implements SQLite Database management with exposed and logging with logback.

Prerequisites

  • Java 25
  • Gradle

Installation and Startup

Clone this template, setup the env variables and you're good to go!

Development

ENV variables you'll have to set up :

  • DISCORD_TOKEN : Your discord bot token
  • LOG_LEVEL : if setup to DEV, enables more logs in the terminal

License

This project is distributed under the GNU GPL v3.0 license.