mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Massively reduce the rate limiting for mines
This commit is contained in:
@@ -36,8 +36,8 @@ public class MinesCommand : ICommand
|
|||||||
|
|
||||||
public RateLimitOptionsModel? RateLimitOptions => new RateLimitOptionsModel
|
public RateLimitOptionsModel? RateLimitOptions => new RateLimitOptionsModel
|
||||||
{
|
{
|
||||||
MaxInvocations = 1,
|
MaxInvocations = 3,
|
||||||
Window = TimeSpan.FromSeconds(40)
|
Window = TimeSpan.FromSeconds(10)
|
||||||
};
|
};
|
||||||
|
|
||||||
private KasinoMines? KasinoMines;
|
private KasinoMines? KasinoMines;
|
||||||
|
|||||||
Reference in New Issue
Block a user