automatically remove messages in old text command format

This commit is contained in:
13xforever
2025-03-25 19:39:47 +05:00
parent f93c17fe2d
commit 72fe53051c
2 changed files with 10 additions and 1 deletions

View File

@@ -145,6 +145,8 @@ internal static class Program
Config.CommandPrefix,
Config.AutoRemoveCommandPrefix
).ResolvePrefixAsync,
IgnoreBots = true,
EnableCommandNotFoundException = true,
});
var appCommandProcessor = new SlashCommandProcessor(new()
{