mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +00:00
Webpack build for branch master: a3be0f3726
This commit is contained in:
parent
9a459ef54d
commit
80ebfd6471
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
* 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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue