Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

interaction: CommandInteraction<CacheType>

Methods

  • defer(): Promise<void>
  • del(): Promise<void>
  • edit(options: string | MessageEditOptions): Promise<void>
  • reply(options: string | Omit<MessageOptions, "reply" | "stickers">): Promise<void>
  • Reply to the interaction. At least one of these is required for the interaction not to show a "failed" status.

    Parameters

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

    Returns Promise<void>

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

    Parameters

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

    Returns Promise<void>

Generated using TypeDoc