On second thought, 100 was a fine limit

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