mirror of
https://github.com/ChipmunkMC/node-brigadier-commands.git
synced 2024-11-14 11:04:55 -05:00
Fix incorrectly named property
This commit is contained in:
parent
999b6812a7
commit
0fcbb5cc64
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ module.exports = {
|
|||
|
||||
dispatcherUnknownCommand: new SimpleCommandExceptionType(new LiteralMessage('Unknown command')),
|
||||
dispatcherUnknownArgument: new SimpleCommandExceptionType(new LiteralMessage('Incorrect argument for command')),
|
||||
dispatcherExpectedArgumentSeperator: new SimpleCommandExceptionType(new LiteralMessage('Expected whitespace to end one argument, but found trailing data')),
|
||||
dispatcherExpectedArgumentSeparator: new SimpleCommandExceptionType(new LiteralMessage('Expected whitespace to end one argument, but found trailing data')),
|
||||
dispatcherParseException: new DynamicCommandExceptionType(message => new LiteralMessage(`Could not parse command: ${message}`))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue