SlashCommandFailedEvent
sealed interface SlashCommandFailedEvent<C : SlashCommand<*, *, *>> : CommandFailedEvent<C, ChatInputCommandInteractionCreateEvent>
Basic event emitted when a slash command invocation fails.
Basic event emitted when a slash command invocation fails.