Skip to content

Commit

Permalink
docs(RESTPostAPIChannelMessagesThreadsJSONBody): Remove 3/7-day requi…
Browse files Browse the repository at this point in the history
…rement text (#778)
  • Loading branch information
Jiralite authored Jun 22, 2023
1 parent e5d8050 commit 374f690
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions deno/rest/v10/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 0 additions & 2 deletions deno/rest/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 0 additions & 2 deletions rest/v10/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 0 additions & 2 deletions rest/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

1 comment on commit 374f690

@vercel
Copy link

@vercel vercel bot commented on 374f690 Jun 22, 2023

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.