UserCommandFailedChecksEvent
interface UserCommandFailedChecksEvent<C : UserCommand<*, *>> : UserCommandFailedEvent<C> , CommandFailedChecksEvent<C, UserCommandInteractionCreateEvent>
Basic event emitted when a user command's checks fail.