1
0
mirror of https://github.com/mgerb/ServerStatus synced 2026-01-08 10:32:48 +00:00
Files
ServerStatus/config.template.json
Mitchell 50a06b98be Updates and maintenance
- switch from dep to go modules
- update to discordgo v0.27.1
- fix offline/online message bug
2024-03-03 11:32:08 -06:00

20 lines
422 B
JSON

{
"Token": "your bot token",
"RoomIDList": ["room id list goes here"],
"RolesToNotify": ["<@&roleid>", "<@userid>"],
"GameStatus": "current playing game",
"PollingInterval": 10,
"Servers": [
{
"Name": "Your awesome server",
"Address": "game.server.com",
"Port": 80
},
{
"Name": "Another awesome server",
"Address": "awesome.server.com",
"Port": 8080
}
]
}