From 0aa384ca9a8fe5a35cc4d13f3e2c0b4e5a55c0ca Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Mon, 21 Nov 2022 06:06:43 +0000 Subject: [PATCH] docs(RESTGetAPIChannelThreadsResult): update deprecation url (#649) --- deno/rest/v9/channel.ts | 2 +- rest/v9/channel.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno/rest/v9/channel.ts b/deno/rest/v9/channel.ts index 134b40b54..5a62f442a 100644 --- a/deno/rest/v9/channel.ts +++ b/deno/rest/v9/channel.ts @@ -721,7 +721,7 @@ export type RESTGetAPIChannelThreadsArchivedPrivateResult = RESTGetAPIChannelUse /** * https://discord.com/developers/docs/resources/channel#list-active-threads * - * @deprecated Removed in API v10, use [List Active Guild Threads](https://discord.com/developers/docs/resources/guild#list-active-threads) instead. + * @deprecated Removed in API v10, use [List Active Guild Threads](https://discord.com/developers/docs/resources/guild#list-active-guild-threads) instead. */ export type RESTGetAPIChannelThreadsResult = APIThreadList; diff --git a/rest/v9/channel.ts b/rest/v9/channel.ts index aba3fe2d7..56d075201 100644 --- a/rest/v9/channel.ts +++ b/rest/v9/channel.ts @@ -721,7 +721,7 @@ export type RESTGetAPIChannelThreadsArchivedPrivateResult = RESTGetAPIChannelUse /** * https://discord.com/developers/docs/resources/channel#list-active-threads * - * @deprecated Removed in API v10, use [List Active Guild Threads](https://discord.com/developers/docs/resources/guild#list-active-threads) instead. + * @deprecated Removed in API v10, use [List Active Guild Threads](https://discord.com/developers/docs/resources/guild#list-active-guild-threads) instead. */ export type RESTGetAPIChannelThreadsResult = APIThreadList;