mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add support for Twilight gateway queue
This commit is contained in:
parent
333530d24d
commit
26dc69e5a4
8 changed files with 70 additions and 15 deletions
|
|
@ -28,6 +28,7 @@ namespace PluralKit.Bot
|
|||
{
|
||||
Token = botConfig.Token,
|
||||
MaxShardConcurrency = botConfig.MaxShardConcurrency,
|
||||
GatewayQueueUrl = botConfig.GatewayQueueUrl,
|
||||
Intents = GatewayIntent.Guilds |
|
||||
GatewayIntent.DirectMessages |
|
||||
GatewayIntent.DirectMessageReactions |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue