refactor: uppercase Config file

This commit is contained in:
Max Bossing 2025-08-08 08:40:47 +02:00
parent 5ea60282f3
commit 32ae9786e1
Signed by: max
GPG key ID: E2E95E80A0C1217E
2 changed files with 1 additions and 1 deletions

10
Config.example.toml Normal file
View file

@ -0,0 +1,10 @@
[Discord]
token = "your bot token from https://discord.com/developers"
log_channel = 0 # Channel id of the log channel
[Sandwiches]
sandwichmeister_role = 0 # Role id of the sandwich admin role
[Directus]
url = "https://directus.example.com" # DO NOT ADD A TRAILING SLASH
token = "the static access token from the directus bot account"