Webpack build for branch master: a3be0f3726

This commit is contained in:
Travis CI 2018-01-14 13:32:13 +00:00
parent 9a459ef54d
commit 80ebfd6471

View file

@ -4547,7 +4547,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);