Skip to content

Commit

Permalink
feat(GuildFeature): add InvitesDisabled (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Sep 7, 2022
1 parent a59998a commit 2708cb9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deno/payloads/v10/guild.ts
Expand Up @@ -410,6 +410,10 @@ export enum GuildFeature {
* @unstable This feature is currently not documented by Discord, but has known value
*/
Hub = 'HUB',
/**
* Guild has disabled invite usage, preventing users from joining
*/
InvitesDisabled = 'INVITES_DISABLED',
/**
* Guild has access to set an invite splash background
*/
Expand Down
4 changes: 4 additions & 0 deletions deno/payloads/v9/guild.ts
Expand Up @@ -410,6 +410,10 @@ export enum GuildFeature {
* @unstable This feature is currently not documented by Discord, but has known value
*/
Hub = 'HUB',
/**
* Guild has disabled invite usage, preventing users from joining
*/
InvitesDisabled = 'INVITES_DISABLED',
/**
* Guild has access to set an invite splash background
*/
Expand Down
4 changes: 4 additions & 0 deletions payloads/v10/guild.ts
Expand Up @@ -410,6 +410,10 @@ export enum GuildFeature {
* @unstable This feature is currently not documented by Discord, but has known value
*/
Hub = 'HUB',
/**
* Guild has disabled invite usage, preventing users from joining
*/
InvitesDisabled = 'INVITES_DISABLED',
/**
* Guild has access to set an invite splash background
*/
Expand Down
4 changes: 4 additions & 0 deletions payloads/v9/guild.ts
Expand Up @@ -410,6 +410,10 @@ export enum GuildFeature {
* @unstable This feature is currently not documented by Discord, but has known value
*/
Hub = 'HUB',
/**
* Guild has disabled invite usage, preventing users from joining
*/
InvitesDisabled = 'INVITES_DISABLED',
/**
* Guild has access to set an invite splash background
*/
Expand Down

1 comment on commit 2708cb9

@vercel
Copy link

@vercel vercel bot commented on 2708cb9 Sep 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.