Skip to content

Commit

Permalink
docs(ForumChannel): Add @implements (#8678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Sep 25, 2022
1 parent 0126d9b commit 8ca407e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/src/structures/ForumChannel.js
Expand Up @@ -38,6 +38,7 @@ const { transformAPIGuildForumTag, transformAPIGuildDefaultReaction } = require(
/**
* Represents a channel that only contains threads
* @extends {GuildChannel}
* @implements {TextBasedChannel}
*/
class ForumChannel extends GuildChannel {
constructor(guild, data, client) {
Expand Down

0 comments on commit 8ca407e

Please sign in to comment.