PublicSlashCommandSucceededEvent
data class PublicSlashCommandSucceededEvent(val command: PublicSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent) : SlashCommandSucceededEvent<PublicSlashCommand<*, *>>
Event emitted when a public slash command invocation succeeds.