This commit is contained in:
Will Nelson
2017-04-21 16:56:23 -07:00
committed by Crawl
parent 5605dc04e1
commit 794c0e131d
3 changed files with 23 additions and 12 deletions

View File

@@ -27,8 +27,9 @@ class MessageCollector extends Collector {
this.channel = channel;
/**
* @type {number} received Total number of messages that were received in the
* Total number of messages that were received in the
* channel during message collection.
* @type {number}
*/
this.received = 0;