From eb6ec6a628df26ef7937f3fddba54580eea7fb3c Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:38:55 -0600 Subject: [PATCH] Add juiceme as a pattern for daily dollar --- KfChatDotNetBot/Commands/Kasino/KasinoUserCommands.cs | 2 ++ 1 file changed, 2 insertions(+) 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;