game-discord-bot/config.example.py

26 lines
634 B
Python

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"
}
]
}