From d84b479bed190b78a6969dcbec0d83b808657dc4 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 Jul 2020 18:46:18 -0400 Subject: [PATCH] Fix --- commands/edit-image/swirl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-image/swirl.js b/commands/edit-image/swirl.js index ec831b35..2fc1512a 100644 --- a/commands/edit-image/swirl.js +++ b/commands/edit-image/swirl.js @@ -17,9 +17,9 @@ module.exports = class SwirlCommand extends Command { args: [ { key: 'degrees', - prompt: 'What degrees would you like to use? From 1-360.', + prompt: 'What degrees would you like to use? From -360-+360.', type: 'integer', - min: 1, + min: -360, max: 360 }, {