Update to latest

This commit is contained in:
Daniel Odendahl Jr
2017-11-02 22:42:12 +00:00
parent 96c762a552
commit 7560246f26
37 changed files with 89 additions and 120 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ module.exports = class MagicConchCommand extends Command {
{
key: 'question',
prompt: 'What do you want to ask the magic conch?',
type: 'string'
type: 'string',
max: 1950
}
]
});