mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
docs: correct Guild#memberCount (#2812)
This commit is contained in:
@@ -106,7 +106,7 @@ class Guild {
|
|||||||
this.region = data.region;
|
this.region = data.region;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The full amount of members in this guild as of `READY`
|
* The full amount of members in this guild
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.memberCount = data.member_count || this.memberCount;
|
this.memberCount = data.member_count || this.memberCount;
|
||||||
|
|||||||
Reference in New Issue
Block a user