From 78a87aa02dbfeb7ff8da509e8be0ab62ca87c820 Mon Sep 17 00:00:00 2001 From: 13xforever Date: Wed, 26 Mar 2025 09:41:21 +0500 Subject: [PATCH] tfw you never actually register your custom executor --- CompatBot/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CompatBot/Program.cs b/CompatBot/Program.cs index 9a820d8b..dbffe871 100644 --- a/CompatBot/Program.cs +++ b/CompatBot/Program.cs @@ -172,6 +172,7 @@ internal static class Program { RegisterDefaultCommandProcessors = true, UseDefaultCommandErrorHandler = false, + CommandExecutor = new CustomCommandExecutor(), #if DEBUG //DebugGuildId = Config.BotGuildId, // this forces app commands to be guild-limited, which doesn't work well #endif