mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
Shake Arg Limits
This commit is contained in:
@@ -22,7 +22,9 @@ module.exports = class ShakeCommand extends Command {
|
|||||||
{
|
{
|
||||||
key: 'amount',
|
key: 'amount',
|
||||||
prompt: 'How much do you want to shake the image? Give a number, like 1.',
|
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',
|
key: 'image',
|
||||||
|
|||||||
Reference in New Issue
Block a user