diff --git a/deno/payloads/v10/guild.ts b/deno/payloads/v10/guild.ts index 09599d6a..77aae69f 100644 --- a/deno/payloads/v10/guild.ts +++ b/deno/payloads/v10/guild.ts @@ -536,14 +536,6 @@ export enum GuildFeature { * 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 */ diff --git a/deno/payloads/v9/guild.ts b/deno/payloads/v9/guild.ts index 09599d6a..77aae69f 100644 --- a/deno/payloads/v9/guild.ts +++ b/deno/payloads/v9/guild.ts @@ -536,14 +536,6 @@ export enum GuildFeature { * 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 */ diff --git a/payloads/v10/guild.ts b/payloads/v10/guild.ts index 8f639ed3..e59dd8ff 100644 --- a/payloads/v10/guild.ts +++ b/payloads/v10/guild.ts @@ -536,14 +536,6 @@ export enum GuildFeature { * 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 */ diff --git a/payloads/v9/guild.ts b/payloads/v9/guild.ts index 8f639ed3..e59dd8ff 100644 --- a/payloads/v9/guild.ts +++ b/payloads/v9/guild.ts @@ -536,14 +536,6 @@ export enum GuildFeature { * 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 */