Little hotfix for the phonefagging Barikvelloon

This commit is contained in:
barelyprofessional
2026-05-22 08:37:05 -05:00
parent b542f19c30
commit a714c93d70
+1 -1
View File
@@ -305,7 +305,7 @@ public class GetRandomImage : ICommand
new Regex(@"^(?<key>\w+)$"),
new Regex(@"^(?<key>\w+) (?<search>.+)"),
new Regex("^untagged$", RegexOptions.IgnoreCase),
new Regex("^i (?<search>.+)")
new Regex("^i (?<search>.+)", RegexOptions.IgnoreCase)
];
public string HelpText => "Get a random image";
public UserRight RequiredRight => UserRight.Loser;