Skip to main content
Version: Next

SlashCommandProps

SlashCommandProps

Props for slash (chat input) command run functions.

PropertyTypeValueDescription
clientClient<true>N/AThe Discord.js client object that CommandKit is handling.
handlerCommandKitN/AThe current CommandKit handler instance.
interactionChatInputCommandInteraction<CacheType>N/AThe current slash (chat input) command interaction object.