diff --git a/deno/rest/v10/channel.ts b/deno/rest/v10/channel.ts index 18b854a1..30177634 100644 --- a/deno/rest/v10/channel.ts +++ b/deno/rest/v10/channel.ts @@ -605,8 +605,6 @@ export interface RESTPostAPIChannelMessagesThreadsJSONBody { name: string; /** * The amount of time in minutes to wait before automatically archiving the thread - * - * The 3 day and 7 day archive durations require the server to be boosted. The [guild features](https://discord.com/developers/docs/resources/guild#guild-object-guild-features) will indicate if a server is able to use those settings. */ auto_archive_duration?: ThreadAutoArchiveDuration | undefined; /** diff --git a/deno/rest/v9/channel.ts b/deno/rest/v9/channel.ts index ead22370..d20a5aad 100644 --- a/deno/rest/v9/channel.ts +++ b/deno/rest/v9/channel.ts @@ -621,8 +621,6 @@ export interface RESTPostAPIChannelMessagesThreadsJSONBody { name: string; /** * The amount of time in minutes to wait before automatically archiving the thread - * - * The 3 day and 7 day archive durations require the server to be boosted. The [guild features](https://discord.com/developers/docs/resources/guild#guild-object-guild-features) will indicate if a server is able to use those settings. */ auto_archive_duration?: ThreadAutoArchiveDuration | undefined; /** diff --git a/rest/v10/channel.ts b/rest/v10/channel.ts index 56e569b2..7a11b68f 100644 --- a/rest/v10/channel.ts +++ b/rest/v10/channel.ts @@ -605,8 +605,6 @@ export interface RESTPostAPIChannelMessagesThreadsJSONBody { name: string; /** * The amount of time in minutes to wait before automatically archiving the thread - * - * The 3 day and 7 day archive durations require the server to be boosted. The [guild features](https://discord.com/developers/docs/resources/guild#guild-object-guild-features) will indicate if a server is able to use those settings. */ auto_archive_duration?: ThreadAutoArchiveDuration | undefined; /** diff --git a/rest/v9/channel.ts b/rest/v9/channel.ts index 3e43bec4..112937e2 100644 --- a/rest/v9/channel.ts +++ b/rest/v9/channel.ts @@ -621,8 +621,6 @@ export interface RESTPostAPIChannelMessagesThreadsJSONBody { name: string; /** * The amount of time in minutes to wait before automatically archiving the thread - * - * The 3 day and 7 day archive durations require the server to be boosted. The [guild features](https://discord.com/developers/docs/resources/guild#guild-object-guild-features) will indicate if a server is able to use those settings. */ auto_archive_duration?: ThreadAutoArchiveDuration | undefined; /**