Skip to content

Commit

Permalink
docs(GuildTextThreadManager): Document correct @extend (#8639)
Browse files Browse the repository at this point in the history
docs(GuildTextThreadManager): document correct `@extend`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] committed Sep 19, 2022
1 parent c446a84 commit 802b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/managers/GuildTextThreadManager.js
Expand Up @@ -6,7 +6,7 @@ const { ErrorCodes, TypeError } = require('../errors');

/**
* Manages API methods for {@link ThreadChannel} objects and stores their cache.
* @extends {CachedManager}
* @extends {ThreadManager}
*/
class GuildTextThreadManager extends ThreadManager {
/**
Expand Down

0 comments on commit 802b239

Please sign in to comment.