Skip to content

Commit

Permalink
Merge branch 'main' into types/collection-fn-return-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Sep 25, 2022
2 parents 2d6cedd + 8ca407e commit 96b90a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/src/structures/ForumChannel.js
Original file line number Diff line number Diff line change
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 96b90a2

Please sign in to comment.