From da2d4d7230b32e5f22026e81b66e617d8622e715 Mon Sep 17 00:00:00 2001 From: Souji Date: Thu, 30 Aug 2018 07:15:05 +0200 Subject: [PATCH] docs: correct Guild#memberCount (#2812) --- 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 f7c1e8770..d10482f75 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -106,7 +106,7 @@ class Guild { 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;