ReactionCollectorOptions

export interface ReactionCollectorOptions extends CollectorOptions<[MessageReaction, User]>
export interface ReactionCollectorOptions extends CollectorOptions<[MessageReaction, User]>

No summary provided.

dispose?:boolean
Whether to dispose data when it's deleted
Inherited from CollectorOptions
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
maxEmojis?:number
The maximum number of emojis to collect
maxUsers?:number
The maximum number of users to react
time?:number
How long to run the collector for in milliseconds
Inherited from CollectorOptions