From a33193fa92c8bc006b309abf06af35636954606f Mon Sep 17 00:00:00 2001 From: rigormorrtiss Date: Sun, 2 May 2021 20:56:13 +0400 Subject: [PATCH] remove(types): privateChannels field from Ready (#890) * refactor(types): remove privateChannels field from Ready BREAKING: since Tuesday, 6 April 2021, private_channels field has been undocumented by @night. Reference commit: https://github.com/discord/discord-api-docs/commit/f36156dbb641f5c4d4f4593f345bfd6e27fdee08 --- src/types/gateway/ready.ts | 2 -- 1 file changed, 2 deletions(-) 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 */