mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +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',
|
key: 'level',
|
||||||
prompt: 'What level of distortion would you like to use?',
|
prompt: 'What level of distortion would you like to use?',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: -100,
|
min: 1,
|
||||||
max: 100
|
max: 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user