interface ReactionCollectorOptions

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

optional
dispose? : boolean

Whether to dispose data when it's deleted

Inherited from: CollectorOptions

optional
filter? : CollectorFilter<FilterArguments>

The filter applied to this collector

Inherited from: CollectorOptions

optional
idle? : number

How long to stop the collector after inactivity in milliseconds

Inherited from: CollectorOptions

optional
max? : number

The maximum total amount of reactions to collect

optional
maxEmojis? : number

The maximum number of emojis to collect

optional
maxUsers? : number

The maximum number of users to react

optional
time? : number

How long to run the collector for in milliseconds

Inherited from: CollectorOptions