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