diff --git a/KfChatDotNetBot/Commands/MemeCommands.cs b/KfChatDotNetBot/Commands/MemeCommands.cs index 2a8d45f..ca676dd 100644 --- a/KfChatDotNetBot/Commands/MemeCommands.cs +++ b/KfChatDotNetBot/Commands/MemeCommands.cs @@ -76,7 +76,10 @@ public class GmKasinoCommand : ICommand public class CrackedCommand : ICommand { - public List Patterns => [new Regex("^cracked (?.+)")]; + public List Patterns => [ + new Regex("^cracked (?.+)"), + new Regex("^crackhead (?.+)") + ]; public string? HelpText => "Crackhead Zalgo text"; public UserRight RequiredRight => UserRight.Guest; public TimeSpan Timeout => TimeSpan.FromSeconds(10);