mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: Collection > RoleStore (#2251)
This commit is contained in:
@@ -40,7 +40,7 @@ class Guild extends Base {
|
||||
|
||||
/**
|
||||
* A collection of roles that are in this guild. The key is the role's ID, the value is the role
|
||||
* @type {Collection<Snowflake, Role>}
|
||||
* @type {RoleStore<Snowflake, Role>}
|
||||
*/
|
||||
this.roles = new RoleStore(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user