diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 977e7b463..a75829313 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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} + * @type {RoleStore} */ this.roles = new RoleStore(this);