From a3be0f3726af76420e20f2406c15b1813039b8ea Mon Sep 17 00:00:00 2001 From: Dim Date: Sun, 14 Jan 2018 08:28:00 -0500 Subject: [PATCH] docs: Collection > RoleStore (#2251) --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);