From de408d735b7f6aa56052e903b95b64a06350a3bd Mon Sep 17 00:00:00 2001 From: Souji Date: Sat, 23 Jun 2018 15:22:57 +0200 Subject: [PATCH] docs(Guild): memberCount is not as of ready (#2621) but updated every guild member add or remove --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 61eae7a44..62615e3a4 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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;