mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -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 => [
|
public List<Regex> Patterns => [
|
||||||
new Regex("^daily", RegexOptions.IgnoreCase),
|
new Regex("^daily", RegexOptions.IgnoreCase),
|
||||||
|
new Regex("^juiceme", RegexOptions.IgnoreCase),
|
||||||
|
|
||||||
];
|
];
|
||||||
public string? HelpText => "Get your daily dollah";
|
public string? HelpText => "Get your daily dollah";
|
||||||
public UserRight RequiredRight => UserRight.Loser;
|
public UserRight RequiredRight => UserRight.Loser;
|
||||||
|
|||||||
Reference in New Issue
Block a user