docs(RESTGetAPIChannelThreadsResult): update deprecation url (#649)

This commit is contained in:
Jiralite
2022-11-21 06:06:43 +00:00
committed by GitHub
parent 2695dade8b
commit 0aa384ca9a
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;