diff --git a/KfChatDotNetBot/Commands/ImageCommands.cs b/KfChatDotNetBot/Commands/ImageCommands.cs index 59e5d33..a7836e7 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 (?.+)") ]; public string HelpText => "Get a random image"; public UserRight RequiredRight => UserRight.Loser;