diff --git a/KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs b/KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs index 94d2cb8..152f0c8 100644 --- a/KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs +++ b/KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs @@ -393,6 +393,8 @@ public class GetDailyDollarCommand : ICommand { public List Patterns => [ new Regex("^daily", RegexOptions.IgnoreCase), + new Regex("^juiceme", RegexOptions.IgnoreCase), + ]; public string? HelpText => "Get your daily dollah"; public UserRight RequiredRight => UserRight.Loser;