forked from n/quotes-bot-python
14 lines
334 B
JSON
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
|
|
}
|
|
}
|