AwaitReactionsOptions

export interface AwaitReactionsOptions extends ReactionCollectorOptions
export interface AwaitReactionsOptions extends ReactionCollectorOptions
An object containing the same properties as CollectorOptions, but a few more:
dispose?:boolean
Whether to dispose data when it's deleted
Inherited from CollectorOptions
errors?:readonly string[]
Stop/end reasons that cause the promise to reject
filter?:CollectorFilter<FilterArguments>
The filter applied to this collector
Inherited from CollectorOptions
idle?:number
How long to stop the collector after inactivity in milliseconds
Inherited from CollectorOptions
max?:number
The maximum total amount of reactions to collect
Inherited from ReactionCollectorOptions
maxEmojis?:number
The maximum number of emojis to collect
Inherited from ReactionCollectorOptions
maxUsers?:number
The maximum number of users to react
Inherited from ReactionCollectorOptions
time?:number
How long to run the collector for in milliseconds
Inherited from CollectorOptions