ValidationProps
ValidationProps
Props for command validation functions.
Property | Type | Value | Description |
---|---|---|---|
client | Client<true> | N/A | The Discord.js client object that CommandKit is handling. |
commandObj | CommandObject | N/A | The current (local) target command object. |
handler | CommandKit | N/A | The current CommandKit handler instance. |
interaction | ChatInputCommandInteraction<CacheType> | AutocompleteInteraction<CacheType> | ContextMenuCommandInteraction<CacheType> | N/A | The current command interaction object. |