diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 2836c9165..682825f89 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -33,7 +33,7 @@ class Guild extends Base { /** * A collection of members that are in this guild. The key is the member's ID, the value is the member - * @type {Collection} + * @type {GuildMemberStore} */ this.members = new GuildMemberStore(this);