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