Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReactionCollectorOptions

Options for a ReactionCollector.

since

0.0.1

Hierarchy

  • ReactionCollectorOptions

Index

Properties

Properties

Optional filter

filter: undefined | ((__namedParameters: [MessageReaction, User], collected: Cache<string, MessageReaction>) => boolean)

The filter used to filter out specific reactions.

since

0.0.1

Optional idle

idle: undefined | number

The time in ms that a ReactionCollector will go before idling out.

since

0.0.1

Optional limit

limit: undefined | number

The amount of reactions to collect before ending the collector.

since

0.0.1

Generated using TypeDoc