• API Docs
  • Handler
  • Types
  • TextCommand

TextCommand

A text command. Ran with a prefix, and can have aliases.

PropertyTypeValueDescription
aliasesArray<string>N/AAliases for the command.
The command will be ran if any of these aliases are used with the prefix.
descriptionstringN/A-
initPluginsArray<InitPlugin<Both> | InitPlugin<Text>>N/APlugins that will be ran upon the command being initialized/loaded.
namestringN/A-
pluginsArray<CommandPlugin<Both> | CommandPlugin<Text>>N/APlugins that will be ran upon the command being used.
run(options: { args: Array<string>,client: Client<boolean>,message: Message<boolean> }) => unknownN/A-
typeTextN/A-