add example config file

This commit is contained in:
Adora Laura Kalb 2024-01-01 17:51:33 +01:00
parent 34c81b98a7
commit 488c8e1b32
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

26
config.example.py Normal file
View file

@ -0,0 +1,26 @@
config = {
"bot": {
"token": "aslkjdasjldjsaldjasl",
"channels": [
12873281371823821328193, # laura lol, bot-test
21302918421093801832 # LiLa Network Clubhaus, game-control
],
"whitelist": [
"username"
]
},
"games": [
{
"displayname": "Minecraft Vanilla Server",
"slug": "mc-v",
"systemd": "minecraft-vanilla01.service"
},
{
"displayname": "Minecraft AllTheMods 8",
"slug": "mc-atm8",
"systemd": "minecraft-allthemods8.service"
}
]
}