Class CommandAbstract

A ServerlessDiscordCommand is a command that can be executed by a Discord user.

A ServerlessDiscordCommand can be of type:

  • CHAT_INPUT: A slash command
  • USER: A user command
  • MESSAGE: A message command

A ServerlessDiscordCommand can be global or guild specific.

Param

Whether the command is guild specific or not

Param

The type of the command

Param

The name of the command

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

description: string
guilds: string[]
name: string

Methods

Generated using TypeDoc