Webpack build for branch data-store-refactor: ef8cdfd649740b8ae99054dd23b5a3ae55726040

This commit is contained in:
Travis CI 2017-08-25 17:14:14 +00:00
parent ba53e234a5
commit 1231677817

View file

@ -8683,7 +8683,7 @@ class TextBasedChannel {
constructor() { constructor() {
/** /**
* A collection containing the messages sent to this channel * A collection containing the messages sent to this channel
* @type {Collection<Snowflake, Message>} * @type {MessageStore<Snowflake, Message>}
*/ */
this.messages = new MessageStore(this); this.messages = new MessageStore(this);