From 0809dcd5269bddb9faaf7abe592555f3f0ba0c98 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 14:09:51 +0000 Subject: [PATCH] bones conversion: add all required config variables --- config/example.config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/example.config.json b/config/example.config.json index aea2d4a..09b44b4 100644 --- a/config/example.config.json +++ b/config/example.config.json @@ -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" } } \ No newline at end of file