1
0
mirror of https://github.com/mgerb/ServerStatus synced 2026-01-10 03:03:04 +00:00
Files
ServerStatus/config.template.json
2017-07-17 19:52:57 -05:00

19 lines
435 B
JSON

{
"Token": "your bot token",
"RoomIDList":["room id's goes here"],
"RoleToNotify": "@Elysium",
"GameStatus": "current playing game",
"Servers": [
{
"Name": "Felmyst Logon Server",
"Address": "game.felmyst.com",
"Port": 3724
},
{
"Name": "Felmyst Game Server",
"Address": "108.61.153.42",
"Port": 8086
}
]
}