Package-level declarations
Types
Link copied to clipboard
Exception thrown when a command is in an illegal state.
Link copied to clipboard
class InsufficientConsumesArgumentCompException(val got: Int, val expected: Int, val at: String) : Exception
Exception thrown when there are insufficient arguments consumed in a command.
Link copied to clipboard
Exception thrown when a command is executed by an invalid sender.
Link copied to clipboard
Exception thrown when a command argument is malformed.
Link copied to clipboard
Exception thrown when a command is malformed due to incorrect number of arguments.