modify text/voice channels to show extensio from GuildChannel

This commit is contained in:
Amish Shah
2016-08-18 12:19:00 +01:00
parent a5fd46d306
commit 4d4258b4e2
3 changed files with 3 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -4,6 +4,7 @@ const TextBasedChannel = require('./interface/TextBasedChannel');
/**
* Represents a Server Text Channel on Discord.
* @extends {GuildChannel}
*/
class TextChannel extends GuildChannel {
+1
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) {