Allow negative fish eye

This commit is contained in:
Dragon Fire
2020-05-22 00:20:02 -04:00
parent 0a64f066cc
commit 3ea0a37327
+1 -1
View File
@@ -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: 1,
min: -100,
max: 100
},
{