EphemeralUserCommandInvocationEvent
data class EphemeralUserCommandInvocationEvent(val command: EphemeralUserCommand<*>, val event: UserCommandInteractionCreateEvent) : UserCommandInvocationEvent<EphemeralUserCommand<*>>
Event emitted when an ephemeral user command is invoked.