quotes-bot-python/config.sample.json
2025-01-31 20:51:27 -06:00

14 lines
334 B
JSON

{
"matrix": {
"server": "https://example.com",
"userid": "@quotes:example.com",
"password": "hunter2"
},
"imag":{
"_comment": "Don't put a slash at an end of this. That took quite a bit of running around in circles to fix.",
"server": "https://quotes.example.com"
},
"bot": {
"debugMode": true
}
}