UnsafeUserCommandInvocationEvent
data class UnsafeUserCommandInvocationEvent(val command: UnsafeUserCommand<*>, val event: UserCommandInteractionCreateEvent) : UserCommandInvocationEvent<UnsafeUserCommand<*>>
Event emitted when an unsafe user command is invoked.