A representation of the authorized client's application (typically received via gateway).

Hierarchy

Constructors

Properties

flags: number

This application's public flags.

id: string

Accessors

Methods

  • Delete a global application command.

    Parameters

    • commandID: string

      The ID of the command.

    Returns Promise<void>

  • Delete a guild application command.

    Parameters

    • guildID: string

      The ID of the guild.

    • commandID: string

      The ID of the command.

    Returns Promise<void>