Skip to content

Commit

Permalink
chore(Gateway): remove guild_subscriptions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This removes `guild_subscriptions`, as it has been
deprecated in favor of `intents`.

Reference: discord/discord-api-docs@8de0174
  • Loading branch information
vladfrangu committed Apr 10, 2021
1 parent 3fc1011 commit ab8b289
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions deno/gateway/v8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1249,13 +1249,6 @@ export interface GatewayIdentifyData {
* See https://discord.com/developers/docs/topics/gateway#update-status
*/
presence?: GatewayPresenceUpdateData;
/**
* Enables dispatching of guild subscription events (presence and typing events)
*
* @default true
* @deprecated Use `intents` instead
*/
guild_subscriptions?: boolean;
/**
* The Gateway Intents you wish to receive
*
Expand Down
7 changes: 0 additions & 7 deletions gateway/v8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1249,13 +1249,6 @@ export interface GatewayIdentifyData {
* See https://discord.com/developers/docs/topics/gateway#update-status
*/
presence?: GatewayPresenceUpdateData;
/**
* Enables dispatching of guild subscription events (presence and typing events)
*
* @default true
* @deprecated Use `intents` instead
*/
guild_subscriptions?: boolean;
/**
* The Gateway Intents you wish to receive
*
Expand Down

0 comments on commit ab8b289

Please sign in to comment.