Negative fish eye wasn't worth it

This commit is contained in:
Dragon Fire
2020-05-22 00:22:59 -04:00
parent 3ea0a37327
commit 396f013bd4
+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: -100,
min: 1,
max: 100
},
{