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