EphemeralMessageCommandInvocationEvent
data class EphemeralMessageCommandInvocationEvent(val command: EphemeralMessageCommand<*>, val event: MessageCommandInteractionCreateEvent) : MessageCommandInvocationEvent<EphemeralMessageCommand<*>>
Event emitted when an ephemeral message command is invoked.