From cc47220e87d5891bcddf846d479720545b6714ae Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sat, 23 Sep 2023 23:36:57 +0200 Subject: [PATCH] docs(RESTPostAPIGuildForumThreadsJSONBody): Fix reference link (#827) --- 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, 4 insertions(+), 4 deletions(-) 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 & { /**