mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Re-add VoiceChannel#members and messageUpdate to the documentation
This commit is contained in:
@@ -13,6 +13,7 @@ class VoiceChannel extends GuildChannel {
|
||||
/**
|
||||
* The members in this voice channel
|
||||
* @type {Collection<Snowflake, GuildMember>}
|
||||
* @name VoiceChannel#members
|
||||
*/
|
||||
Object.defineProperty(this, 'members', { value: new Collection() });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user