bones conversion: add all required config variables

This commit is contained in:
hgw 2023-10-02 14:09:51 +00:00
parent c97dc71130
commit 0809dcd526
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
1 changed files with 13 additions and 0 deletions

View File

@ -16,5 +16,18 @@
"flood_protection": "false",
"flood_protection_delay": "0",
"command_listen_timeout": "2500"
},
"errorhandling": {
"error_logging": "true",
"error_channel": "#CHANNELTOSENDERRORSTO",
"error_channel_pass": ""
},
"colours": {
"warning": "08",
"error": "04",
"brackets": "00"
},
"misc": {
"logging": "true"
}
}