From d0ab72c73cfb993298c4e9e8ce6f549a8b096c3b Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sun, 25 Sep 2022 00:36:01 +0100 Subject: [PATCH] docs(ForumChannel): add `@implements` --- packages/discord.js/src/structures/ForumChannel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/discord.js/src/structures/ForumChannel.js b/packages/discord.js/src/structures/ForumChannel.js index afc632b7ea7a..104abc5c3065 100644 --- a/packages/discord.js/src/structures/ForumChannel.js +++ b/packages/discord.js/src/structures/ForumChannel.js @@ -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) {