interface AwaitReactionsOptions
extends
ReactionCollectorOptionsexport interface AwaitReactionsOptions extends ReactionCollectorOptions
An object containing the same properties as CollectorOptions, but a few more:
optionalboolean dispose? :
Whether to dispose data when it's deleted
Inherited from: CollectorOptions
optionalreadonly string[] errors? :
Stop/end reasons that cause the promise to reject
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
Inherited from: ReactionCollectorOptions
optionalnumber maxEmojis? :
The maximum number of emojis to collect
Inherited from: ReactionCollectorOptions
optionalnumber maxUsers? :
The maximum number of users to react
Inherited from: ReactionCollectorOptions
optionalnumber time? :
How long to run the collector for in milliseconds
Inherited from: CollectorOptions