• API Docs
  • Handler
  • Types
  • CommandPlugin

CommandPlugin

Represents a plugin that is ran upon the command being used. Good for guards, reusability.

PropertyTypeValueDescription
descriptionstringN/A-
namestringN/A-
run(options: CommandPluginOptionsDefs[T]) => Awaitable<Result<void, void>>N/A-