Add support for Twilight gateway queue
This commit is contained in:
@@ -17,6 +17,8 @@ namespace PluralKit.Bot
|
||||
public ulong? AdminRole { get; set; }
|
||||
|
||||
public ClusterSettings? Cluster { get; set; }
|
||||
|
||||
public string? GatewayQueueUrl { get; set; }
|
||||
|
||||
public record ClusterSettings
|
||||
{
|
||||
|
||||
@@ -28,6 +28,7 @@ namespace PluralKit.Bot
|
||||
{
|
||||
Token = botConfig.Token,
|
||||
MaxShardConcurrency = botConfig.MaxShardConcurrency,
|
||||
GatewayQueueUrl = botConfig.GatewayQueueUrl,
|
||||
Intents = GatewayIntent.Guilds |
|
||||
GatewayIntent.DirectMessages |
|
||||
GatewayIntent.DirectMessageReactions |
|
||||
|
||||
Reference in New Issue
Block a user