EphemeralSlashCommandFailedParsingEvent
data class EphemeralSlashCommandFailedParsingEvent(val command: EphemeralSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent, val exception: ArgumentParsingException) : SlashCommandFailedParsingEvent<EphemeralSlashCommand<*, *>>
Event emitted when an ephemeral slash command's argument parsing fails'.
Constructors
Link copied to clipboard
constructor(command: EphemeralSlashCommand<*, *>, event: ChatInputCommandInteractionCreateEvent, exception: ArgumentParsingException)