Skip to content

Commit

Permalink
Revert "docs(Collector): specify the unit for CollectionOptions#time (
Browse files Browse the repository at this point in the history
discordjs#3219)"

This reverts commit e2c7f6b.
  • Loading branch information
samsamson33 committed Feb 27, 2020
1 parent 5431e69 commit 38d136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/interfaces/Collector.js
Expand Up @@ -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 in milliseconds
* @property {number} [time] How long to run the collector for
* @property {boolean} [dispose=false] Whether to dispose data when it's deleted
*/

Expand Down

0 comments on commit 38d136a

Please sign in to comment.