mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Shake Arg Limits
This commit is contained in:
@@ -22,7 +22,9 @@ module.exports = class ShakeCommand extends Command {
|
||||
{
|
||||
key: 'amount',
|
||||
prompt: 'How much do you want to shake the image? Give a number, like 1.',
|
||||
type: 'integer'
|
||||
type: 'integer',
|
||||
max: 50,
|
||||
min: 1
|
||||
},
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
Reference in New Issue
Block a user