mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-16 02:52:44 -04:00
Removed end of line token for juiceme
This commit is contained in:
@@ -9,7 +9,7 @@ namespace KfChatDotNetKickBot.Commands;
|
|||||||
|
|
||||||
public class JuiceCommand : ICommand
|
public class JuiceCommand : ICommand
|
||||||
{
|
{
|
||||||
public List<Regex> Patterns { get; } = [new Regex("^juiceme$")];
|
public List<Regex> Patterns => [new Regex("^juiceme")];
|
||||||
public string HelpText => "Get juice!";
|
public string HelpText => "Get juice!";
|
||||||
public bool HideFromHelp => false;
|
public bool HideFromHelp => false;
|
||||||
public UserRight RequiredRight => UserRight.Guest;
|
public UserRight RequiredRight => UserRight.Guest;
|
||||||
|
|||||||
Reference in New Issue
Block a user