Re-add VoiceChannel#members and messageUpdate to the documentation

This commit is contained in:
Amish Shah
2017-09-05 11:16:56 +01:00
parent 87fa74acd4
commit 37d84b14f8
2 changed files with 8 additions and 0 deletions

View File

@@ -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() });
}