bones conversion: add all required config variables
This commit is contained in:
parent
c97dc71130
commit
0809dcd526
@ -16,5 +16,18 @@
|
|||||||
"flood_protection": "false",
|
"flood_protection": "false",
|
||||||
"flood_protection_delay": "0",
|
"flood_protection_delay": "0",
|
||||||
"command_listen_timeout": "2500"
|
"command_listen_timeout": "2500"
|
||||||
|
},
|
||||||
|
"errorhandling": {
|
||||||
|
"error_logging": "true",
|
||||||
|
"error_channel": "#CHANNELTOSENDERRORSTO",
|
||||||
|
"error_channel_pass": ""
|
||||||
|
},
|
||||||
|
"colours": {
|
||||||
|
"warning": "08",
|
||||||
|
"error": "04",
|
||||||
|
"brackets": "00"
|
||||||
|
},
|
||||||
|
"misc": {
|
||||||
|
"logging": "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user