From 92a52460e1383fc639aa36b44bc327209fb1b4a8 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sat, 26 Aug 2017 13:47:26 +0100 Subject: [PATCH] Fix GuildMemberStore docs --- 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 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);