doorbot/settings.sample.json

27 lines
435 B
JSON

{
"sleep": 30,
"plot_interval": 30,
"groups":{
"matrix": {
"host": "…",
"username": "…",
"password": "…",
"doorstate": "..."
},
"telegram": {
"token": "BOTID:TOKEN",
"wiaidoor": -12357567
}
},
"disabled":{
"WIAIdoorTest": -234502,
"name": -1333,
"fswiai main": -1001
},
"texts":{
"-1": "fs WIAI is undefined ¯\_(ツ)_/¯",
"0": "fs WIAI is closed :(",
"1": "fs WIAI is open :)"
}
}