mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
modify text/voice channels to show extensio from GuildChannel
This commit is contained in:
parent
a5fd46d306
commit
4d4258b4e2
3 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -4,6 +4,7 @@ const TextBasedChannel = require('./interface/TextBasedChannel');
|
|||
|
||||
/**
|
||||
* Represents a Server Text Channel on Discord.
|
||||
* @extends {GuildChannel}
|
||||
*/
|
||||
class TextChannel extends GuildChannel {
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ const VoiceChannelDataStore = require('./datastore/VoiceChannelDataStore');
|
|||
|
||||
/**
|
||||
* Represents a Server Voice Channel on Discord.
|
||||
* @extends {GuildChannel}
|
||||
*/
|
||||
class VoiceChannel extends GuildChannel {
|
||||
constructor(guild, data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue