Constructors

  • Parameters

    • options: {
          botID: string;
          botToken: string;
          debug?: boolean;
          publicKey: string;
      }
      • botID: string
      • botToken: string
      • Optional debug?: boolean
      • publicKey: string

    Returns Interactions

Properties

api: string
options: {
    botID: string;
    botToken: string;
    debug?: boolean;
    publicKey: string;
}

Type declaration

  • botID: string
  • botToken: string
  • Optional debug?: boolean
  • publicKey: string
request: RequestManager

Accessors

Methods

  • Parameters

    • guildId: string
    • commandId: string

    Returns Promise<void>

Generated using TypeDoc