PublicUserCommandFailedChecksEvent
data class PublicUserCommandFailedChecksEvent(val command: PublicUserCommand<*>, val event: UserCommandInteractionCreateEvent, val reason: Key) : UserCommandFailedChecksEvent<PublicUserCommand<*>>
Event emitted when a public user command's checks fail.