From 80ebfd6471f969be2eb9195868c42b3d18fd4ace Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 14 Jan 2018 13:32:13 +0000 Subject: [PATCH] Webpack build for branch master: a3be0f3726af76420e20f2406c15b1813039b8ea --- discord.master.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);