Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReactionHandlerOptions<V>

Type parameters

  • V

Hierarchy

  • EventIteratorOptions
    • ReactionHandlerOptions

Index

Properties

Optional filter

filter: EventIteratorFilter<V>

The filter.

Optional idle

idle: undefined | number

The timeout in ms before ending the EventIterator.

Optional jumpTimeout

jumpTimeout: undefined | number

The timeout for the jump prompt

default

30000

Optional limit

limit: undefined | number

The limit of events that pass the filter to iterate.

Optional onceDone

onceDone: undefined | (() => void)

A callback to handle cleanup once this has ended

default

() => {}

Optional prompt

prompt: undefined | string

The text for the jump prompt

default

this.message.language.get('REACTIONHANDLER_PROMPT')

Optional startPage

startPage: undefined | number

The page to start on

default

0

Generated using TypeDoc