ChatCommandFailedParsingEvent
data class ChatCommandFailedParsingEvent(val command: ChatCommand<*>, val event: MessageCreateEvent, val exception: ArgumentParsingException) : CommandFailedParsingEvent<ChatCommand<*>, MessageCreateEvent>
Event emitted when a chat command's argument parsing fails.
Constructors
Link copied to clipboard
constructor(command: ChatCommand<*>, event: MessageCreateEvent, exception: ArgumentParsingException)