SlashCommandFailedChecksEvent
interface SlashCommandFailedChecksEvent<C : SlashCommand<*, *, *>> : SlashCommandFailedEvent<C> , CommandFailedChecksEvent<C, ChatInputCommandInteractionCreateEvent>
Basic event emitted when a slash command's checks fail.