Skip to content

Commit

Permalink
feat(GuildFeature): add DeveloperSupportServer (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvito7 committed Oct 21, 2022
1 parent 8d25f23 commit 8c1484e
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 @@ -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
*/
Expand Down
4 changes: 4 additions & 0 deletions deno/payloads/v9/guild.ts
Expand Up @@ -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
*/
Expand Down
4 changes: 4 additions & 0 deletions payloads/v10/guild.ts
Expand Up @@ -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
*/
Expand Down
4 changes: 4 additions & 0 deletions payloads/v9/guild.ts
Expand Up @@ -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
*/
Expand Down

1 comment on commit 8c1484e

@vercel
Copy link

@vercel vercel bot commented on 8c1484e Oct 21, 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.