From bc47818a9db3e241a155b4f5d2ed6a24b713cb80 Mon Sep 17 00:00:00 2001 From: Flummi Date: Sat, 15 Jul 2023 06:56:15 +0200 Subject: [PATCH] debug verbose level (without trigger lol) --- config.example.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.example.json b/config.example.json index b647c23..de05b5f 100644 --- a/config.example.json +++ b/config.example.json @@ -2,6 +2,7 @@ "bot": { "autojoin": false, "debug": false, + "verbose": 3, "pokerbot": "hirc", "channel": "#poker" },