mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
docs(Guild): memberCount is not as of ready (#2621)
but updated every guild member add or remove
This commit is contained in:
parent
bf738b34de
commit
de408d735b
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class Guild extends Base {
|
|||
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}
|
||||
*/
|
||||
this.memberCount = data.member_count || this.memberCount;
|
||||
|
|
|
|||
Loading…
Reference in a new issue