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;