mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user