UnsafeUserCommandFailedChecksEvent
data class UnsafeUserCommandFailedChecksEvent(val command: UnsafeUserCommand<*>, val event: UserCommandInteractionCreateEvent, val reason: Key) : UserCommandFailedChecksEvent<UnsafeUserCommand<*>>
Event emitted when an unsafe user command's checks fail.