From 0e52d7ee622f8133ba2f092ba7319ac95dcbe48d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 7 Mar 2021 16:24:56 -0500 Subject: [PATCH] Shake Arg Limits --- commands/edit-image/shake.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/edit-image/shake.js b/commands/edit-image/shake.js index c8982bd0..439a67c6 100644 --- a/commands/edit-image/shake.js +++ b/commands/edit-image/shake.js @@ -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',