mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Updated to docs format v3, adds support for interfaces
This commit is contained in:
@@ -5,6 +5,7 @@ const TextBasedChannel = require('./interface/TextBasedChannel');
|
||||
/**
|
||||
* Represents a Server Text Channel on Discord.
|
||||
* @extends {GuildChannel}
|
||||
* @implements {TextBasedChannel}
|
||||
*/
|
||||
class TextChannel extends GuildChannel {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user