mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Fix memberCount inaccuracy
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -239,7 +239,7 @@ class Guild {
|
||||
*/
|
||||
this.name = data.name;
|
||||
/**
|
||||
* The amount of initial members in the guild.
|
||||
* The full amount of members in this Guild as of `READY`
|
||||
* @type {Number}
|
||||
*/
|
||||
this.memberCount = data.member_count;
|
||||
|
||||
Reference in New Issue
Block a user