Constructors

Properties

inactivityTimeout: number = 300000
states: (
    string
    | MessagePayload
    | MessageReplyOptions
    | InteractionReplyOptions
)[] = []

Methods

  • Returns
        | undefined
        | string
        | MessagePayload
        | MessageReplyOptions
        | InteractionReplyOptions

  • Parameters

    • options: string | MessagePayload | MessageReplyOptions | InteractionReplyOptions

    Returns void

  • Returns Awaitable<
        string
        | MessagePayload
        | MessageReplyOptions
        | InteractionReplyOptions,
    >

  • Parameters

    • Optionalinteraction: ButtonInteraction<CacheType>

    Returns Promise<
        | undefined
        | string
        | MessagePayload
        | MessageReplyOptions
        | InteractionReplyOptions,
    >

MMNEPVFCICPMFPCPTTAAATR