mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Fix GuildMemberStore docs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user