Bump maximum

This commit is contained in:
Dragon Fire
2019-07-23 21:03:06 -04:00
parent b5f03e4d0a
commit 0ef81ee971
+1 -1
View File
@@ -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
}
]
});