mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Remove partial classes (#1794)
* remove partial objects * remove partial evil * Update Invite.js * Update Invite.js
This commit is contained in:
@@ -14,7 +14,7 @@ class VoiceChannel extends GuildChannel {
|
||||
* The members in this voice channel
|
||||
* @type {Collection<Snowflake, GuildMember>}
|
||||
*/
|
||||
this.members = new Collection();
|
||||
Object.defineProperty(this, 'members', { value: new Collection() });
|
||||
}
|
||||
|
||||
setup(data) {
|
||||
|
||||
Reference in New Issue
Block a user