mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Add channel.type
This commit is contained in:
@@ -27,6 +27,7 @@ class VoiceChannel extends GuildChannel {
|
||||
* @type {Number}
|
||||
*/
|
||||
this.userLimit = data.user_limit;
|
||||
this.type = 'voice';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user