mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 07:42:09 +00:00
docs(Collector): specify the unit for CollectionOptions#time (#3219)
This commit is contained in:
parent
b5320299f7
commit
bccbb550b0
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const EventEmitter = require('events');
|
||||||
/**
|
/**
|
||||||
* Options to be applied to the collector.
|
* Options to be applied to the collector.
|
||||||
* @typedef {Object} CollectorOptions
|
* @typedef {Object} CollectorOptions
|
||||||
* @property {number} [time] How long to run the collector for
|
* @property {number} [time] How long to run the collector for in milliseconds
|
||||||
* @property {boolean} [dispose=false] Whether to dispose data when it's deleted
|
* @property {boolean} [dispose=false] Whether to dispose data when it's deleted
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue