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.
Property | Type | Value | Description |
---|---|---|---|
description | string | N/A | - |
name | string | N/A | - |
run | (options: InitPluginOptionsDefs[T]) => Awaitable<Result<void, void>> | N/A | - |