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

constructor(command: UnsafeSlashCommand<*, *>, event: ChatInputCommandInteractionCreateEvent, throwable: Throwable)

Properties

Link copied to clipboard
open override val command: UnsafeSlashCommand<*, *>
Link copied to clipboard
Link copied to clipboard
open override val event: ChatInputCommandInteractionCreateEvent
Link copied to clipboard
open val gateway: Gateway
Link copied to clipboard
open override val kord: Kord
Link copied to clipboard
open override val shard: Int
Link copied to clipboard
open override val throwable: Throwable

Functions

Link copied to clipboard
open override fun getKoin(): Koin