diff --git a/KfChatDotNetBot/Commands/ImageCommands.cs b/KfChatDotNetBot/Commands/ImageCommands.cs index a7836e7..f0fdfea 100644 --- a/KfChatDotNetBot/Commands/ImageCommands.cs +++ b/KfChatDotNetBot/Commands/ImageCommands.cs @@ -305,7 +305,7 @@ public class GetRandomImage : ICommand new Regex(@"^(?\w+)$"), new Regex(@"^(?\w+) (?.+)"), new Regex("^untagged$", RegexOptions.IgnoreCase), - new Regex("^i (?.+)") + new Regex("^i (?.+)", RegexOptions.IgnoreCase) ]; public string HelpText => "Get a random image"; public UserRight RequiredRight => UserRight.Loser;