mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
tfw you never actually register your custom executor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user