mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
modify text/voice channels to show extensio from GuildChannel
This commit is contained in:
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.
|
* Represents a Server Text Channel on Discord.
|
||||||
|
* @extends {GuildChannel}
|
||||||
*/
|
*/
|
||||||
class TextChannel extends GuildChannel {
|
class TextChannel extends GuildChannel {
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ const VoiceChannelDataStore = require('./datastore/VoiceChannelDataStore');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a Server Voice Channel on Discord.
|
* Represents a Server Voice Channel on Discord.
|
||||||
|
* @extends {GuildChannel}
|
||||||
*/
|
*/
|
||||||
class VoiceChannel extends GuildChannel {
|
class VoiceChannel extends GuildChannel {
|
||||||
constructor(guild, data) {
|
constructor(guild, data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user