mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +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;
|
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}
|
* @type {Number}
|
||||||
*/
|
*/
|
||||||
this.memberCount = data.member_count;
|
this.memberCount = data.member_count;
|
||||||
|
|||||||
Reference in New Issue
Block a user