diff --git a/KfChatDotNetBot/Commands/KasinoAdminCommands.cs b/KfChatDotNetBot/Commands/KasinoAdminCommands.cs index a09e634..d8f99b8 100644 --- a/KfChatDotNetBot/Commands/KasinoAdminCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoAdminCommands.cs @@ -12,7 +12,7 @@ namespace KfChatDotNetBot.Commands; public class TempExcludeCommand : ICommand { public List Patterns => [ - new Regex("^admin kasino exclude", RegexOptions.IgnoreCase), + new Regex("^admin kasino exclude$", RegexOptions.IgnoreCase), new Regex(@"^admin kasino exclude (?\d+)$", RegexOptions.IgnoreCase), new Regex(@"^admin kasino exclude (?\d+) (?\d+)$", RegexOptions.IgnoreCase), ];