Add config option for max shard concurrency
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
{
|
||||
public string Token { get; init; }
|
||||
public GatewayIntent Intents { get; init; }
|
||||
public int? MaxShardConcurrency { get; init; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user