From d9458eb8af589b5560924650f2744adb7721d160 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 25 Aug 2017 17:08:20 +0000 Subject: [PATCH] Webpack build for branch data-store-refactor: 8d3869ca22ffc3b50262f6d30b14d926a946c938 --- discord.data-store-refactor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/discord.data-store-refactor.js b/discord.data-store-refactor.js index 09282548..11d8a31d 100644 --- a/discord.data-store-refactor.js +++ b/discord.data-store-refactor.js @@ -8684,21 +8684,18 @@ class TextBasedChannel { /** * A collection containing the messages sent to this channel * @type {Collection} - * @memberof TextBasedChannel */ this.messages = new MessageStore(this); /** * The ID of the last message in the channel, if one was sent * @type {?Snowflake} - * @memberof TextBasedChannel */ this.lastMessageID = null; /** * The Message object of the last message in the channel, if one was sent * @type {?Message} - * @memberof TextBasedChannel */ this.lastMessage = null; }