From 396f013bd4cbbddc66a478d1c0593d8a97512cb6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 22 May 2020 00:22:59 -0400 Subject: [PATCH] Negative fish eye wasn't worth it --- commands/edit-image/fish-eye.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/fish-eye.js b/commands/edit-image/fish-eye.js index 68604848..be8b8939 100644 --- a/commands/edit-image/fish-eye.js +++ b/commands/edit-image/fish-eye.js @@ -28,7 +28,7 @@ module.exports = class FishEyeCommand extends Command { key: 'level', prompt: 'What level of distortion would you like to use?', type: 'integer', - min: -100, + min: 1, max: 100 }, {