1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts
index b70b92f8..24157efd 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;
|