diff --git a/src/types/gateway/ready.ts b/src/types/gateway/ready.ts index e5aafb694..36d7b7c99 100644 --- a/src/types/gateway/ready.ts +++ b/src/types/gateway/ready.ts @@ -9,8 +9,6 @@ export interface Ready { v: number; /** Information about the user including email */ user: User; - /** Empty array */ - privateChannels: []; /** The guilds the user is in */ guilds: UnavailableGuild[]; /** Used for resuming connections */