fix(GatewayIdentify): use correct presence interface (#28)

This commit is contained in:
Jan
2020-10-18 13:31:20 +02:00
committed by GitHub
parent f058ed6aa1
commit 91c63f05ca

View File

@@ -605,7 +605,7 @@ export interface GatewayIdentify {
large_threshold?: number;
// eslint-disable-next-line prettier/prettier
shard?: [shard_id: number, shard_count: number];
presence?: RawGatewayPresenceUpdate;
presence?: GatewayPresenceUpdateData;
guild_subscriptions?: boolean;
intents: number;
};