quotes-bot-python/config.sample.json
2025-02-01 17:11:21 -06:00

15 lines
369 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,
"admin": "@alice:example.com"
}
}