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