diff --git a/deno/payloads/v8/guild.ts b/deno/payloads/v8/guild.ts index 1eb9081b..e80c1fe0 100644 --- a/deno/payloads/v8/guild.ts +++ b/deno/payloads/v8/guild.ts @@ -448,6 +448,18 @@ export enum GuildFeature { * Guild has access to set an invite splash background */ InviteSplash = 'INVITE_SPLASH', + /** + * Guild has enabled Membership Screening + */ + MemberVerificationGateEnabled = 'MEMBER_VERIFICATION_GATE_ENABLED', + /** + * Guild has enabled monetization + */ + MonetizationEnabled = 'MONETIZATION_ENABLED', + /** + * Guild has increased custom sticker slots + */ + MoreStickers = 'MORE_STICKERS', /** * Guild has access to create news channels */ @@ -456,11 +468,31 @@ export enum GuildFeature { * Guild is partnered */ Partnered = 'PARTNERED', + /** + * Guild can be previewed before joining via Membership Screening or the directory + */ + PreviewEnabled = 'PREVIEW_ENABLED', + /** + * Guild has access to create private threads + */ + PrivateThreads = 'PRIVATE_THREADS', RelayEnabled = 'RELAY_ENABLED', /** * Guild is able to set role icons */ RoleIcons = 'ROLE_ICONS', + /** + * Guild has access to the seven day archive time for threads + */ + SevenDayThreadArchive = 'SEVEN_DAY_THREAD_ARCHIVE', + /** + * Guild has access to the three day archive time for threads + */ + ThreeDayThreadArchive = 'THREE_DAY_THREAD_ARCHIVE', + /** + * Guild has enabled ticketed events + */ + TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', /** * Guild has access to set a vanity URL */ @@ -477,38 +509,6 @@ export enum GuildFeature { * Guild has enabled the welcome screen */ WelcomeScreenEnabled = 'WELCOME_SCREEN_ENABLED', - /** - * Guild has enabled Membership Screening - */ - MemberVerificationGateEnabled = 'MEMBER_VERIFICATION_GATE_ENABLED', - /** - * Guild can be previewed before joining via Membership Screening or the directory - */ - PreviewEnabled = 'PREVIEW_ENABLED', - /** - * Guild has enabled ticketed events - */ - TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', - /** - * Guild has enabled monetization - */ - MonetizationEnabled = 'MONETIZATION_ENABLED', - /** - * Guild has increased custom sticker slots - */ - MoreStickers = 'MORE_STICKERS', - /** - * Guild has access to the three day archive time for threads - */ - ThreeDayThreadArchive = 'THREE_DAY_THREAD_ARCHIVE', - /** - * Guild has access to the seven day archive time for threads - */ - SevenDayThreadArchive = 'SEVEN_DAY_THREAD_ARCHIVE', - /** - * Guild has access to create private threads - */ - PrivateThreads = 'PRIVATE_THREADS', } /** diff --git a/deno/payloads/v9/guild.ts b/deno/payloads/v9/guild.ts index a638d508..55ad5d32 100644 --- a/deno/payloads/v9/guild.ts +++ b/deno/payloads/v9/guild.ts @@ -456,6 +456,18 @@ export enum GuildFeature { * Guild has access to set an invite splash background */ InviteSplash = 'INVITE_SPLASH', + /** + * Guild has enabled Membership Screening + */ + MemberVerificationGateEnabled = 'MEMBER_VERIFICATION_GATE_ENABLED', + /** + * Guild has enabled monetization + */ + MonetizationEnabled = 'MONETIZATION_ENABLED', + /** + * Guild has increased custom sticker slots + */ + MoreStickers = 'MORE_STICKERS', /** * Guild has access to create news channels */ @@ -464,11 +476,31 @@ export enum GuildFeature { * Guild is partnered */ Partnered = 'PARTNERED', + /** + * Guild can be previewed before joining via Membership Screening or the directory + */ + PreviewEnabled = 'PREVIEW_ENABLED', + /** + * Guild has access to create private threads + */ + PrivateThreads = 'PRIVATE_THREADS', RelayEnabled = 'RELAY_ENABLED', /** * Guild is able to set role icons */ RoleIcons = 'ROLE_ICONS', + /** + * Guild has access to the seven day archive time for threads + */ + SevenDayThreadArchive = 'SEVEN_DAY_THREAD_ARCHIVE', + /** + * Guild has access to the three day archive time for threads + */ + ThreeDayThreadArchive = 'THREE_DAY_THREAD_ARCHIVE', + /** + * Guild has enabled ticketed events + */ + TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', /** * Guild has access to set a vanity URL */ @@ -485,38 +517,6 @@ export enum GuildFeature { * Guild has enabled the welcome screen */ WelcomeScreenEnabled = 'WELCOME_SCREEN_ENABLED', - /** - * Guild has enabled Membership Screening - */ - MemberVerificationGateEnabled = 'MEMBER_VERIFICATION_GATE_ENABLED', - /** - * Guild can be previewed before joining via Membership Screening or the directory - */ - PreviewEnabled = 'PREVIEW_ENABLED', - /** - * Guild has enabled ticketed events - */ - TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', - /** - * Guild has enabled monetization - */ - MonetizationEnabled = 'MONETIZATION_ENABLED', - /** - * Guild has increased custom sticker slots - */ - MoreStickers = 'MORE_STICKERS', - /** - * Guild has access to the three day archive time for threads - */ - ThreeDayThreadArchive = 'THREE_DAY_THREAD_ARCHIVE', - /** - * Guild has access to the seven day archive time for threads - */ - SevenDayThreadArchive = 'SEVEN_DAY_THREAD_ARCHIVE', - /** - * Guild has access to create private threads - */ - PrivateThreads = 'PRIVATE_THREADS', } /** diff --git a/payloads/v8/guild.ts b/payloads/v8/guild.ts index ee2baf39..61ec29cf 100644 --- a/payloads/v8/guild.ts +++ b/payloads/v8/guild.ts @@ -448,6 +448,18 @@ export const enum GuildFeature { * Guild has access to set an invite splash background */ InviteSplash = 'INVITE_SPLASH', + /** + * Guild has enabled Membership Screening + */ + MemberVerificationGateEnabled = 'MEMBER_VERIFICATION_GATE_ENABLED', + /** + * Guild has enabled monetization + */ + MonetizationEnabled = 'MONETIZATION_ENABLED', + /** + * Guild has increased custom sticker slots + */ + MoreStickers = 'MORE_STICKERS', /** * Guild has access to create news channels */ @@ -456,11 +468,31 @@ export const enum GuildFeature { * Guild is partnered */ Partnered = 'PARTNERED', + /** + * Guild can be previewed before joining via Membership Screening or the directory + */ + PreviewEnabled = 'PREVIEW_ENABLED', + /** + * Guild has access to create private threads + */ + PrivateThreads = 'PRIVATE_THREADS', RelayEnabled = 'RELAY_ENABLED', /** * Guild is able to set role icons */ RoleIcons = 'ROLE_ICONS', + /** + * Guild has access to the seven day archive time for threads + */ + SevenDayThreadArchive = 'SEVEN_DAY_THREAD_ARCHIVE', + /** + * Guild has access to the three day archive time for threads + */ + ThreeDayThreadArchive = 'THREE_DAY_THREAD_ARCHIVE', + /** + * Guild has enabled ticketed events + */ + TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', /** * Guild has access to set a vanity URL */ @@ -477,38 +509,6 @@ export const enum GuildFeature { * Guild has enabled the welcome screen */ WelcomeScreenEnabled = 'WELCOME_SCREEN_ENABLED', - /** - * Guild has enabled Membership Screening - */ - MemberVerificationGateEnabled = 'MEMBER_VERIFICATION_GATE_ENABLED', - /** - * Guild can be previewed before joining via Membership Screening or the directory - */ - PreviewEnabled = 'PREVIEW_ENABLED', - /** - * Guild has enabled ticketed events - */ - TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', - /** - * Guild has enabled monetization - */ - MonetizationEnabled = 'MONETIZATION_ENABLED', - /** - * Guild has increased custom sticker slots - */ - MoreStickers = 'MORE_STICKERS', - /** - * Guild has access to the three day archive time for threads - */ - ThreeDayThreadArchive = 'THREE_DAY_THREAD_ARCHIVE', - /** - * Guild has access to the seven day archive time for threads - */ - SevenDayThreadArchive = 'SEVEN_DAY_THREAD_ARCHIVE', - /** - * Guild has access to create private threads - */ - PrivateThreads = 'PRIVATE_THREADS', } /** diff --git a/payloads/v9/guild.ts b/payloads/v9/guild.ts index 5d1e0ff8..fd7c5516 100644 --- a/payloads/v9/guild.ts +++ b/payloads/v9/guild.ts @@ -456,6 +456,18 @@ export const enum GuildFeature { * Guild has access to set an invite splash background */ InviteSplash = 'INVITE_SPLASH', + /** + * Guild has enabled Membership Screening + */ + MemberVerificationGateEnabled = 'MEMBER_VERIFICATION_GATE_ENABLED', + /** + * Guild has enabled monetization + */ + MonetizationEnabled = 'MONETIZATION_ENABLED', + /** + * Guild has increased custom sticker slots + */ + MoreStickers = 'MORE_STICKERS', /** * Guild has access to create news channels */ @@ -464,11 +476,31 @@ export const enum GuildFeature { * Guild is partnered */ Partnered = 'PARTNERED', + /** + * Guild can be previewed before joining via Membership Screening or the directory + */ + PreviewEnabled = 'PREVIEW_ENABLED', + /** + * Guild has access to create private threads + */ + PrivateThreads = 'PRIVATE_THREADS', RelayEnabled = 'RELAY_ENABLED', /** * Guild is able to set role icons */ RoleIcons = 'ROLE_ICONS', + /** + * Guild has access to the seven day archive time for threads + */ + SevenDayThreadArchive = 'SEVEN_DAY_THREAD_ARCHIVE', + /** + * Guild has access to the three day archive time for threads + */ + ThreeDayThreadArchive = 'THREE_DAY_THREAD_ARCHIVE', + /** + * Guild has enabled ticketed events + */ + TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', /** * Guild has access to set a vanity URL */ @@ -485,38 +517,6 @@ export const enum GuildFeature { * Guild has enabled the welcome screen */ WelcomeScreenEnabled = 'WELCOME_SCREEN_ENABLED', - /** - * Guild has enabled Membership Screening - */ - MemberVerificationGateEnabled = 'MEMBER_VERIFICATION_GATE_ENABLED', - /** - * Guild can be previewed before joining via Membership Screening or the directory - */ - PreviewEnabled = 'PREVIEW_ENABLED', - /** - * Guild has enabled ticketed events - */ - TicketedEventsEnabled = 'TICKETED_EVENTS_ENABLED', - /** - * Guild has enabled monetization - */ - MonetizationEnabled = 'MONETIZATION_ENABLED', - /** - * Guild has increased custom sticker slots - */ - MoreStickers = 'MORE_STICKERS', - /** - * Guild has access to the three day archive time for threads - */ - ThreeDayThreadArchive = 'THREE_DAY_THREAD_ARCHIVE', - /** - * Guild has access to the seven day archive time for threads - */ - SevenDayThreadArchive = 'SEVEN_DAY_THREAD_ARCHIVE', - /** - * Guild has access to create private threads - */ - PrivateThreads = 'PRIVATE_THREADS', } /**