From 8fc725b57033f91fa8e835057f7476045ca69c98 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:39:01 +1100 Subject: [PATCH] Bot keeps forgetting commands on startup --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index d8a06f3..dbb641e 100644 --- a/src/config.json +++ b/src/config.json @@ -24,7 +24,7 @@ }, "botSwitches": { "dailyMsgsBackup": true, - "registerCommands": true, + "registerCommands": false, "commands": true, "logs": true, "buttonRoles": true,