Fix MessageCollectorOptions docs

This commit is contained in:
Crawl
2017-05-20 00:03:51 +02:00
committed by GitHub
parent 4aa734b9ef
commit 284bec80d4

View File

@@ -2,8 +2,8 @@ const Collector = require('./interfaces/Collector');
/**
* @typedef {CollectorOptions} MessageCollectorOptions
* @property {number} max The maximum amount of messages to process
* @property {number} maxProcessed The maximum amount of messages to collect
* @property {number} max The maximum amount of messages to collect
* @property {number} maxProcessed The maximum amount of messages to process
*/
/**