UnsafeMessageCommandFailedChecksEvent

data class UnsafeMessageCommandFailedChecksEvent(val command: UnsafeMessageCommand<*>, val event: MessageCommandInteractionCreateEvent, val reason: Key) : MessageCommandFailedChecksEvent<UnsafeMessageCommand<*>>

Event emitted when an unsafe message command's checks fail.

Constructors

Link copied to clipboard
constructor(command: UnsafeMessageCommand<*>, event: MessageCommandInteractionCreateEvent, reason: Key)

Properties

Link copied to clipboard
open override val command: UnsafeMessageCommand<*>
Link copied to clipboard
Link copied to clipboard
open override val event: MessageCommandInteractionCreateEvent
Link copied to clipboard
open val gateway: Gateway
Link copied to clipboard
open override val kord: Kord
Link copied to clipboard
open override val reason: Key
Link copied to clipboard
open override val shard: Int

Functions

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