Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

_messages: Message<boolean>[] = []
message: Message<boolean>

Methods

  • defer(): Promise<void>
  • del(): Promise<undefined | Message<boolean>>
  • edit(options: string | MessageEditOptions): Promise<Message<boolean>>
  • Edit the latest message response

    Parameters

    • options: string | MessageEditOptions

    Returns Promise<Message<boolean>>

  • reply(options: string | Omit<MessageOptions, "reply" | "stickers">): Promise<Message<boolean>>
  • Reply to the message

    Parameters

    • options: string | Omit<MessageOptions, "reply" | "stickers">

    Returns Promise<Message<boolean>>

  • send(options: string | Omit<MessageOptions, "reply" | "stickers">): Promise<Message<boolean>>
  • Send a message to the channel of the request

    Parameters

    • options: string | Omit<MessageOptions, "reply" | "stickers">

    Returns Promise<Message<boolean>>

Generated using TypeDoc