UnsafeUserCommandInvocationEvent

data class UnsafeUserCommandInvocationEvent(val command: UnsafeUserCommand<*>, val event: UserCommandInteractionCreateEvent) : UserCommandInvocationEvent<UnsafeUserCommand<*>>

Event emitted when an unsafe user command is invoked.

Constructors

Link copied to clipboard
constructor(command: UnsafeUserCommand<*>, event: UserCommandInteractionCreateEvent)

Properties

Link copied to clipboard
open override val command: UnsafeUserCommand<*>
Link copied to clipboard
Link copied to clipboard
open override val event: UserCommandInteractionCreateEvent
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

Functions

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