diff --git a/discord.master.js b/discord.master.js index 68154ec8..3d7c7f99 100644 --- a/discord.master.js +++ b/discord.master.js @@ -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} + * @type {RoleStore} */ this.roles = new RoleStore(this);