diff --git a/deno/rest/v10/channel.ts b/deno/rest/v10/channel.ts index 746383f6..75beeccc 100644 --- a/deno/rest/v10/channel.ts +++ b/deno/rest/v10/channel.ts @@ -637,7 +637,7 @@ export interface RESTPostAPIChannelMessagesThreadsJSONBody { } /** - * https://discord.com/developers/docs/resources/channel#start-thread-in-forum-media-channel + * https://discord.com/developers/docs/resources/channel#start-thread-in-forum-or-media-channel */ export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThreadsJSONBody & { /** diff --git a/deno/rest/v9/channel.ts b/deno/rest/v9/channel.ts index 1a137c39..cdfb9d83 100644 --- a/deno/rest/v9/channel.ts +++ b/deno/rest/v9/channel.ts @@ -653,7 +653,7 @@ export interface RESTPostAPIChannelMessagesThreadsJSONBody { } /** - * https://discord.com/developers/docs/resources/channel#start-thread-in-forum-media-channel + * https://discord.com/developers/docs/resources/channel#start-thread-in-forum-or-media-channel */ export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThreadsJSONBody & { /** diff --git a/rest/v10/channel.ts b/rest/v10/channel.ts index 5e47dc3d..b994294a 100644 --- a/rest/v10/channel.ts +++ b/rest/v10/channel.ts @@ -637,7 +637,7 @@ export interface RESTPostAPIChannelMessagesThreadsJSONBody { } /** - * https://discord.com/developers/docs/resources/channel#start-thread-in-forum-media-channel + * https://discord.com/developers/docs/resources/channel#start-thread-in-forum-or-media-channel */ export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThreadsJSONBody & { /** diff --git a/rest/v9/channel.ts b/rest/v9/channel.ts index f79e5182..ec583a0f 100644 --- a/rest/v9/channel.ts +++ b/rest/v9/channel.ts @@ -653,7 +653,7 @@ export interface RESTPostAPIChannelMessagesThreadsJSONBody { } /** - * https://discord.com/developers/docs/resources/channel#start-thread-in-forum-media-channel + * https://discord.com/developers/docs/resources/channel#start-thread-in-forum-or-media-channel */ export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThreadsJSONBody & { /**