mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
automatically remove messages in old text command format
This commit is contained in:
@@ -145,6 +145,8 @@ internal static class Program
|
||||
Config.CommandPrefix,
|
||||
Config.AutoRemoveCommandPrefix
|
||||
).ResolvePrefixAsync,
|
||||
IgnoreBots = true,
|
||||
EnableCommandNotFoundException = true,
|
||||
});
|
||||
var appCommandProcessor = new SlashCommandProcessor(new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user