1
0
mirror of https://github.com/mgerb/ServerStatus synced 2026-01-10 03:03:04 +00:00

update dependencies - change imports

This commit is contained in:
2018-01-13 12:29:20 -06:00
parent 5a2f81a23a
commit 217c6c8baa
6 changed files with 23 additions and 24 deletions

View File

@@ -1,18 +1,17 @@
{
"Token": "your bot token",
"RoomIDList":["room id's goes here"],
"RoleToNotify": "@Elysium",
"RoomIDList":["room id list goes here"],
"RoleToNotify": "@everyone",
"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
"Name": "Your awesome server",
"Address": "game.server.com",
"Port": 80
}, {
"Name": "Another awesome server",
"Address": "awesome.server.com",
"Port": 8080
}
]
}