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;