mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
docs: correct Guild#memberCount (#2812)
This commit is contained in:
parent
cd58599caf
commit
da2d4d7230
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue