refactor: uppercase Config file
This commit is contained in:
parent
5ea60282f3
commit
32ae9786e1
2 changed files with 1 additions and 1 deletions
10
Config.example.toml
Normal file
10
Config.example.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue