mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03: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
|
||||
{
|
||||
MaxInvocations = 1,
|
||||
Window = TimeSpan.FromSeconds(40)
|
||||
MaxInvocations = 3,
|
||||
Window = TimeSpan.FromSeconds(10)
|
||||
};
|
||||
|
||||
private KasinoMines? KasinoMines;
|
||||
|
||||
Reference in New Issue
Block a user