mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 15:30:09 +00:00
fix(GatewayIdentify): use correct presence interface (#28)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user