tfw you never actually register your custom executor

This commit is contained in:
13xforever
2025-03-26 09:41:21 +05:00
parent ae75774d79
commit 78a87aa02d

View File

@@ -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