SlashCommandProps
SlashCommandProps
Props for slash (chat input) command run functions.
Property | Type | Value | Description |
---|---|---|---|
client | Client<true> | N/A | The Discord.js client object that CommandKit is handling. |
handler | CommandKit | N/A | The current CommandKit handler instance. |
interaction | ChatInputCommandInteraction<CacheType> | N/A | The current slash (chat input) command interaction object. |