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