EphemeralSlashCommandFailedWithExceptionEvent
data class EphemeralSlashCommandFailedWithExceptionEvent(val command: EphemeralSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent, val throwable: Throwable) : SlashCommandFailedWithExceptionEvent<EphemeralSlashCommand<*, *>>
Event emitted when an ephemeral slash command invocation fails with an exception.
Constructors
Link copied to clipboard
constructor(command: EphemeralSlashCommand<*, *>, event: ChatInputCommandInteractionCreateEvent, throwable: Throwable)