Shake Arg Limits

This commit is contained in:
Dragon Fire
2021-03-07 16:24:56 -05:00
parent 7c22f83502
commit 0e52d7ee62
+3 -1
View File
@@ -22,7 +22,9 @@ module.exports = class ShakeCommand extends Command {
{
key: 'amount',
prompt: 'How much do you want to shake the image? Give a number, like 1.',
type: 'integer'
type: 'integer',
max: 50,
min: 1
},
{
key: 'image',