mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
docs(ForumChannel): Add @implements (#8678)
This commit is contained in:
@@ -38,6 +38,7 @@ const { transformAPIGuildForumTag, transformAPIGuildDefaultReaction } = require(
|
|||||||
/**
|
/**
|
||||||
* Represents a channel that only contains threads
|
* Represents a channel that only contains threads
|
||||||
* @extends {GuildChannel}
|
* @extends {GuildChannel}
|
||||||
|
* @implements {TextBasedChannel}
|
||||||
*/
|
*/
|
||||||
class ForumChannel extends GuildChannel {
|
class ForumChannel extends GuildChannel {
|
||||||
constructor(guild, data, client) {
|
constructor(guild, data, client) {
|
||||||
|
|||||||
Reference in New Issue
Block a user