Add maxes to lots of image edit commands

This commit is contained in:
Daniel Odendahl Jr
2018-10-09 01:07:03 +00:00
parent 3efb476a8c
commit 475964abf4
4 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ module.exports = class AchievementCommand extends Command {
{
key: 'text',
prompt: 'What should the text of the achievement be?',
type: 'string'
type: 'string',
max: 50
}
]
});