add example config file
This commit is contained in:
parent
34c81b98a7
commit
488c8e1b32
1 changed files with 26 additions and 0 deletions
26
config.example.py
Normal file
26
config.example.py
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue