diff --git a/deno/payloads/v10/guild.ts b/deno/payloads/v10/guild.ts index 278456520..e2c7eaa56 100644 --- a/deno/payloads/v10/guild.ts +++ b/deno/payloads/v10/guild.ts @@ -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 */ diff --git a/deno/payloads/v9/guild.ts b/deno/payloads/v9/guild.ts index 278456520..e2c7eaa56 100644 --- a/deno/payloads/v9/guild.ts +++ b/deno/payloads/v9/guild.ts @@ -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 */ diff --git a/payloads/v10/guild.ts b/payloads/v10/guild.ts index d69d4b102..66162723d 100644 --- a/payloads/v10/guild.ts +++ b/payloads/v10/guild.ts @@ -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 */ diff --git a/payloads/v9/guild.ts b/payloads/v9/guild.ts index d69d4b102..66162723d 100644 --- a/payloads/v9/guild.ts +++ b/payloads/v9/guild.ts @@ -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 */