From 94e871556e8456ce70b5b5cc313a80c8cefbf456 Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 20:51:27 -0600 Subject: [PATCH] start work on a debugMode --- config.sample.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sample.json b/config.sample.json index f1f516d..1f00381 100644 --- a/config.sample.json +++ b/config.sample.json @@ -7,5 +7,8 @@ "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 } }