Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionObject

Hierarchy

  • ActionObject

Index

Properties

description?: string

Description of the command

onError?: ActionObject
parameters?: { description?: string; name: string; type?: "SUB_COMMAND" | "SUB_COMMAND_GROUP" | "STRING" | "INTEGER" | "BOOLEAN" | "USER" | "CHANNEL" | "ROLE" | "MENTIONABLE" | "NUMBER" }[]

The slash command parameters to be generated, defaults to a string parameter called "Arguments"

reaction?: ReactionAction
response?: ResponseAction

Generated using TypeDoc