mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 05:22:15 +00:00
Fix GuildMemberStore docs
This commit is contained in:
parent
30dd3e0cff
commit
92a52460e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue