From 8c1484ebbe95afbd850b22262d6223b2f3d40017 Mon Sep 17 00:00:00 2001 From: Vitor Date: Fri, 21 Oct 2022 18:05:15 +0100 Subject: [PATCH] feat(GuildFeature): add `DeveloperSupportServer` (#618) --- deno/payloads/v10/guild.ts | 4 ++++ deno/payloads/v9/guild.ts | 4 ++++ payloads/v10/guild.ts | 4 ++++ payloads/v9/guild.ts | 4 ++++ 4 files changed, 16 insertions(+) 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 */