mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Negative fish eye wasn't worth it
This commit is contained in:
@@ -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
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user