Skip to content

Commit

Permalink
Merge branch 'main' into fix/forum-starter-message
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 19, 2022
2 parents abb3910 + 802b239 commit 4fa0055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/managers/GuildTextThreadManager.js
Original file line number Diff line number Diff line change
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 4fa0055

Please sign in to comment.