UserCommandFailedEvent
sealed interface UserCommandFailedEvent<C : UserCommand<*, *>> : CommandFailedEvent<C, UserCommandInteractionCreateEvent>
Basic event emitted when a user command invocation fails.
Basic event emitted when a user command invocation fails.