SlashCommandFailedWithExceptionEvent
interface SlashCommandFailedWithExceptionEvent<C : SlashCommand<*, *, *>> : SlashCommandFailedEvent<C> , CommandFailedWithExceptionEvent<C, ChatInputCommandInteractionCreateEvent>
Basic event emitted when a slash command invocation fails with an exception.