feat: add Redis identify ratelimiter
This commit is contained in:
@@ -4,6 +4,7 @@ public record GatewaySettings
|
||||
{
|
||||
public string Token { get; init; }
|
||||
public GatewayIntent Intents { get; init; }
|
||||
public bool UseRedisRatelimiter { get; init; } = false;
|
||||
public int? MaxShardConcurrency { get; init; }
|
||||
public string? GatewayQueueUrl { get; init; }
|
||||
}
|
Reference in New Issue
Block a user