From 12316778175892f67cbe1723ee85cba0849deb19 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 25 Aug 2017 17:14:14 +0000 Subject: [PATCH] Webpack build for branch data-store-refactor: ef8cdfd649740b8ae99054dd23b5a3ae55726040 --- discord.data-store-refactor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.data-store-refactor.js b/discord.data-store-refactor.js index 698924c3..0836b170 100644 --- a/discord.data-store-refactor.js +++ b/discord.data-store-refactor.js @@ -8683,7 +8683,7 @@ class TextBasedChannel { constructor() { /** * A collection containing the messages sent to this channel - * @type {Collection} + * @type {MessageStore} */ this.messages = new MessageStore(this);