Class CommandMessageAbstract

A ServerlessDiscordCommandMessage is a message command that can be executed on a Discord message through the right click menu.

A ServerlessDiscordCommandMessage can be global or guild specific.

Param

Whether the command is global or not

Param

Whether the command is guild specific or not

Param

The name of the command

Hierarchy

Constructors

Properties

Methods

Constructors

  • Parameters

    • __namedParameters: {
          description: string;
          guilds?: string[];
          name: string;
      }
      • description: string
      • Optional guilds?: string[]
      • name: string

    Returns CommandMessage

Properties

description: string
guilds: string[]
name: string

Methods

Generated using TypeDoc