Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default

Hierarchy

  • default

Index

Constructors

Properties

Methods

Constructors

constructor

  • new default(req: Message, token: string): default

Properties

Protected data

data: any = ...

Methods

reply

  • reply(content: string | default): Promise<unknown>
  • Parameters

    • content: string | default

      The message to send. Can be a message or an Embed

    Returns Promise<unknown>

send

  • send(content: string | default): Promise<unknown>
  • Parameters

    • content: string | default

      The content to send. The content can be a string or an Embed.

    Returns Promise<unknown>

Generated using TypeDoc