From 863f31fa35ccb8ce1b069db3487adf2a301f5fa0 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Thu, 4 Dec 2025 16:56:39 +0100 Subject: fix: send presences array (empty for now) in READY event data --- src/util/interfaces/Event.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/interfaces') diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts index b70b92f85..24157efd1 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts @@ -69,6 +69,7 @@ export interface ReadyEventData { v: number; user: UserPrivate; private_channels: ReadyPrivateChannel[]; // this will be empty for bots + presences: Presence[]; session_id: string; // resuming guilds: IReadyGuildDTO[] | GuildOrUnavailable[]; // depends on capability analytics_token?: string; -- cgit 1.5.1