• API Docs
  • Handler
  • Types
  • InitPlugin

InitPlugin

Represents a plugin that is ran upon the command being loaded. Good for pre-processing, or doing something with the data of the command.

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