interface ReactionCollectorOptions
extends
CollectorOptions<[MessageReaction, User]>export interface ReactionCollectorOptions extends CollectorOptions<[MessageReaction, User]>
optionalboolean dispose? :
Whether to dispose data when it's deleted
Inherited from: CollectorOptions
optionalCollectorFilter<FilterArguments> filter? :
The filter applied to this collector
Inherited from: CollectorOptions
optionalnumber idle? :
How long to stop the collector after inactivity in milliseconds
Inherited from: CollectorOptions
optionalnumber max? :
The maximum total amount of reactions to collect
optionalnumber maxEmojis? :
The maximum number of emojis to collect
optionalnumber maxUsers? :
The maximum number of users to react
optionalnumber time? :
How long to run the collector for in milliseconds
Inherited from: CollectorOptions