From dba415862fb4a3352b5dbb8b063e07c34fce4166 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:16:55 +1100 Subject: [PATCH] Forgot to disable logs Canary bot has taken over it already, so is MPModule. --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index d52e346..9cdb6b0 100644 --- a/src/config.json +++ b/src/config.json @@ -16,7 +16,7 @@ "botSwitches": { "registerCommands": false, "commands": true, - "logs": true, + "logs": false, "mpSys": false, "dailyMsgs": true, "buttonRoles": true,