From 12e61de5db1988d1908a6dc3071568c3fd9b5dc1 Mon Sep 17 00:00:00 2001 From: Toast <96593068+AnxietyisReal@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,