mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Bump maximum
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = class CursedSpongeCommand extends Command {
|
|||||||
key: 'amount',
|
key: 'amount',
|
||||||
prompt: 'How many times do you want to duplicate the cursed sponge?',
|
prompt: 'How many times do you want to duplicate the cursed sponge?',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
max: 100
|
max: 1000
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user