Skip to main content
Version: Next

ValidationProps

ValidationProps

Signature
interface ValidationProps {
client: Client<true>;
interaction:
| ChatInputCommandInteraction
| AutocompleteInteraction
| ContextMenuCommandInteraction;
commandObj: CommandObject;
handler: CommandKit;
}

client

property
Client<true>

interaction

property
| ChatInputCommandInteraction | AutocompleteInteraction | ContextMenuCommandInteraction

commandObj

handler

property