diff --git a/deno/payloads/v10/guild.ts b/deno/payloads/v10/guild.ts index b425da3f7..62ca6d421 100644 --- a/deno/payloads/v10/guild.ts +++ b/deno/payloads/v10/guild.ts @@ -394,6 +394,10 @@ export enum GuildFeature { * Guild can enable welcome screen, Membership Screening and discovery, and receives community updates */ Community = 'COMMUNITY', + /* + * Guild has been set as a support server on the App Directory + */ + DeveloperSupportServer = 'DEVELOPER_SUPPORT_SERVER', /** * Guild is able to be discovered in the directory */ diff --git a/deno/payloads/v9/guild.ts b/deno/payloads/v9/guild.ts index b425da3f7..62ca6d421 100644 --- a/deno/payloads/v9/guild.ts +++ b/deno/payloads/v9/guild.ts @@ -394,6 +394,10 @@ export enum GuildFeature { * Guild can enable welcome screen, Membership Screening and discovery, and receives community updates */ Community = 'COMMUNITY', + /* + * Guild has been set as a support server on the App Directory + */ + DeveloperSupportServer = 'DEVELOPER_SUPPORT_SERVER', /** * Guild is able to be discovered in the directory */ diff --git a/payloads/v10/guild.ts b/payloads/v10/guild.ts index 76014876d..6297dba58 100644 --- a/payloads/v10/guild.ts +++ b/payloads/v10/guild.ts @@ -394,6 +394,10 @@ export enum GuildFeature { * Guild can enable welcome screen, Membership Screening and discovery, and receives community updates */ Community = 'COMMUNITY', + /* + * Guild has been set as a support server on the App Directory + */ + DeveloperSupportServer = 'DEVELOPER_SUPPORT_SERVER', /** * Guild is able to be discovered in the directory */ diff --git a/payloads/v9/guild.ts b/payloads/v9/guild.ts index 76014876d..6297dba58 100644 --- a/payloads/v9/guild.ts +++ b/payloads/v9/guild.ts @@ -394,6 +394,10 @@ export enum GuildFeature { * Guild can enable welcome screen, Membership Screening and discovery, and receives community updates */ Community = 'COMMUNITY', + /* + * Guild has been set as a support server on the App Directory + */ + DeveloperSupportServer = 'DEVELOPER_SUPPORT_SERVER', /** * Guild is able to be discovered in the directory */