init
This commit is contained in:
commit
4a821a2ca3
14 changed files with 3472 additions and 0 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