Fix GuildMemberStore docs

This commit is contained in:
Amish Shah
2017-08-26 13:47:26 +01:00
parent 30dd3e0cff
commit 92a52460e1

View File

@@ -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<Snowflake, GuildMember>}
* @type {GuildMemberStore<Snowflake, GuildMember>}
*/
this.members = new GuildMemberStore(this);