EphemeralUserCommandSucceededEvent
data class EphemeralUserCommandSucceededEvent(val command: EphemeralUserCommand<*>, val event: UserCommandInteractionCreateEvent) : UserCommandSucceededEvent<EphemeralUserCommand<*>>
Event emitted when an ephemeral user command invocation succeeds.