mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Add juiceme as a pattern for daily dollar
This commit is contained in:
@@ -393,6 +393,8 @@ public class GetDailyDollarCommand : ICommand
|
||||
{
|
||||
public List<Regex> Patterns => [
|
||||
new Regex("^daily", RegexOptions.IgnoreCase),
|
||||
new Regex("^juiceme", RegexOptions.IgnoreCase),
|
||||
|
||||
];
|
||||
public string? HelpText => "Get your daily dollah";
|
||||
public UserRight RequiredRight => UserRight.Loser;
|
||||
|
||||
Reference in New Issue
Block a user