mirror of
https://github.com/mgerb/ServerStatus
synced 2026-01-09 02:52:47 +00:00
- update dependencies - add up/down time #14 - add workers with retry to help with spam
20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"Token": "your bot token",
|
|
"RoomIDList":["room id list goes here"],
|
|
"RolesToNotify": ["<@&roleid>", "<@userid>"],
|
|
"GameStatus": "current playing game",
|
|
"PollingInterval": 10,
|
|
"BotPrefix": "!",
|
|
"Servers": [
|
|
{
|
|
"Name": "Your awesome server",
|
|
"Address": "game.server.com",
|
|
"Port": 80
|
|
}, {
|
|
"Name": "Another awesome server",
|
|
"Address": "awesome.server.com",
|
|
"Port": 8080
|
|
}
|
|
]
|
|
}
|