modify text/voice channels to show extensio from GuildChannel

This commit is contained in:
Amish Shah
2016-08-18 12:18:57 +01:00
parent a5fd46d306
commit 4d4258b4e2
3 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,6 +4,7 @@ const TextBasedChannel = require('./interface/TextBasedChannel');
/**
* Represents a Server Text Channel on Discord.
* @extends {GuildChannel}
*/
class TextChannel extends GuildChannel {

View File

@@ -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) {