mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
5 seconds? What the fuck A Log
This commit is contained in:
@@ -29,7 +29,7 @@ public class SlotsCommand : ICommand
|
|||||||
|
|
||||||
public string? HelpText => "!slots [bet amount]";
|
public string? HelpText => "!slots [bet amount]";
|
||||||
public UserRight RequiredRight => UserRight.Loser;
|
public UserRight RequiredRight => UserRight.Loser;
|
||||||
public TimeSpan Timeout => TimeSpan.FromSeconds(5);
|
public TimeSpan Timeout => TimeSpan.FromSeconds(30);
|
||||||
public RateLimitOptionsModel? RateLimitOptions => new()
|
public RateLimitOptionsModel? RateLimitOptions => new()
|
||||||
{
|
{
|
||||||
MaxInvocations = 1,
|
MaxInvocations = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user