discord bot made in java
Find a file
2025-06-20 22:59:45 +02:00
database-setup feat: add auto role assign on join 2024-10-26 01:11:11 +02:00
gradle/wrapper init 2024-10-23 12:30:07 +02:00
src/main feat: remove commands on stage PURGE 2024-11-02 10:50:12 +01:00
.dockerignore basic structure 2024-10-23 15:55:54 +02:00
.gitignore basic structure 2024-10-23 15:55:54 +02:00
build.gradle.kts feat: add auto role assign on join 2024-10-26 01:11:11 +02:00
docker-compose.yml feat: add auto role assign on join 2024-10-26 01:11:11 +02:00
Dockerfile basic structure 2024-10-23 15:55:54 +02:00
gradlew init 2024-10-23 12:30:07 +02:00
gradlew.bat init 2024-10-23 12:30:07 +02:00
readme.md Update readme.md 2025-06-20 22:59:45 +02:00
settings.gradle.kts init 2024-10-23 12:30:07 +02:00

env

BOT_TOKEN = <YOUR DISCORD BOT TOKEN HERE>
BOT_STAGE = LOCAL
MARIADB_ROOT_PASSWORD = password
MARIADB_DATABASE = chtop
DB_CONNECTION_URL = jdbc:mariadb://localhost:3306