Skip to content

Commit

Permalink
docs(RESTGetAPIChannelThreadsResult): update deprecation url (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite authored Nov 21, 2022
1 parent 2695dad commit 0aa384c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno/rest/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion rest/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

1 comment on commit 0aa384c

@vercel
Copy link

@vercel vercel bot commented on 0aa384c Nov 21, 2022

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.