PublicSlashCommandInvocationEvent
data class PublicSlashCommandInvocationEvent(val command: PublicSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent) : SlashCommandInvocationEvent<PublicSlashCommand<*, *>>
Event emitted when a public slash command is invoked.