From 5567061c198afa994836d32fca7068e4ab5ff54d Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 4 Dec 2023 04:34:58 +0000 Subject: [PATCH] Add warning to validity override --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 820b925..44975c4 100644 --- a/bot.js +++ b/bot.js @@ -248,7 +248,7 @@ async function init() { await timer(500) try { if (config.errorhandling.validity_override === "TRUE") { - consoleLog('[bot.init] Config validity override switch enabled, will not check for validity') + consoleLog('[bot.init] [WARNING] Config validity override switch enabled, will not check for validity. This may have unintended side-effects, if you run in to issues with this enabled, you are on your own.') } } catch(e) { consoleLog('[bot.init] Checking config validity')