Class CommandUserAbstract

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

A ServerlessDiscordCommandUser 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 CommandUser

Properties

description: string
guilds: string[]
name: string

Methods

Generated using TypeDoc