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
This commit is contained in:
rigormorrtiss
2021-05-02 17:56:13 +01:00
committed by GitHub
parent dfe822f4d2
commit a33193fa92
-2
View File
@@ -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 */