mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Allow everyone to gamble
This commit is contained in:
@@ -17,7 +17,7 @@ public class GuessWhatNumberCommand : ICommand
|
|||||||
new Regex("^guess$")
|
new Regex("^guess$")
|
||||||
];
|
];
|
||||||
public string? HelpText => "What number am I thinking of?";
|
public string? HelpText => "What number am I thinking of?";
|
||||||
public UserRight RequiredRight => UserRight.TrueAndHonest;
|
public UserRight RequiredRight => UserRight.Loser;
|
||||||
public TimeSpan Timeout => TimeSpan.FromSeconds(10);
|
public TimeSpan Timeout => TimeSpan.FromSeconds(10);
|
||||||
public RateLimitOptionsModel? RateLimitOptions => null;
|
public RateLimitOptionsModel? RateLimitOptions => null;
|
||||||
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,
|
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,
|
||||||
|
|||||||
Reference in New Issue
Block a user