docs: Collection > RoleStore (#2251)

This commit is contained in:
Dim
2018-01-14 08:28:00 -05:00
committed by Amish Shah
parent 352bd13e6f
commit a3be0f3726

View File

@@ -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 * 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); this.roles = new RoleStore(this);