From 374f690860679907e5a5fd43d775298a46604746 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:04:38 +0100 Subject: [PATCH] docs(RESTPostAPIChannelMessagesThreadsJSONBody): Remove 3/7-day requirement text (#778) --- deno/rest/v10/channel.ts | 2 -- deno/rest/v9/channel.ts | 2 -- rest/v10/channel.ts | 2 -- rest/v9/channel.ts | 2 -- 4 files changed, 8 deletions(-) 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; /**