From dd2b19bc4e15fbd390d969da4cd466ab99c7b5e4 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 25 Aug 2017 19:29:12 +0000 Subject: [PATCH] Webpack build for branch data-store-refactor: f895ff5fc0689675046a20bbb37675d47e45aca0 --- discord.data-store-refactor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.data-store-refactor.js b/discord.data-store-refactor.js index c4bb1530..10fb305f 100644 --- a/discord.data-store-refactor.js +++ b/discord.data-store-refactor.js @@ -4589,7 +4589,7 @@ class Message extends Base { /** * A collection of reactions to this message, mapped by the reaction ID - * @type {Collection} + * @type {ReactionStore} */ this.reactions = new ReactionStore(this); if (data.reactions && data.reactions.length > 0) { @@ -6441,7 +6441,7 @@ class Guild extends Base { /** * A collection of channels that are in this guild. The key is the channel's ID, the value is the channel - * @type {Collection} + * @type {GuildChannelStore} */ this.channels = new GuildChannelStore(this);