mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
Fix MessageCollectorOptions docs
This commit is contained in:
parent
4aa734b9ef
commit
284bec80d4
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ const Collector = require('./interfaces/Collector');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {CollectorOptions} MessageCollectorOptions
|
* @typedef {CollectorOptions} MessageCollectorOptions
|
||||||
* @property {number} max The maximum amount of messages to process
|
* @property {number} max The maximum amount of messages to collect
|
||||||
* @property {number} maxProcessed The maximum amount of messages to collect
|
* @property {number} maxProcessed The maximum amount of messages to process
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue