This commit is contained in:
Dragon Fire
2019-07-23 21:04:06 -04:00
parent 0ef81ee971
commit 202af2e76b
+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: 1000
max: 500
}
]
});