EphemeralSlashCommandInvocationEvent
data class EphemeralSlashCommandInvocationEvent(val command: EphemeralSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent) : SlashCommandInvocationEvent<EphemeralSlashCommand<*, *>>
Event emitted when an ephemeral slash command is invoked.