mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
docs(Collector): specify the unit for CollectionOptions#time (#3219)
This commit is contained in:
committed by
SpaceEEC
parent
b5320299f7
commit
bccbb550b0
@@ -15,7 +15,7 @@ const EventEmitter = require('events');
|
||||
/**
|
||||
* Options to be applied to the collector.
|
||||
* @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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user