mirror of
https://github.com/mgerb/ServerStatus
synced 2026-01-10 03:03:04 +00:00
19 lines
435 B
JSON
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
|
|
}
|
|
]
|
|
}
|