From 202af2e76b6d08790dfad5d5ab00c08264962d3d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 23 Jul 2019 21:04:06 -0400 Subject: [PATCH] Lower --- commands/image-edit/cursed-sponge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/image-edit/cursed-sponge.js b/commands/image-edit/cursed-sponge.js index 5011057e..f558395d 100644 --- a/commands/image-edit/cursed-sponge.js +++ b/commands/image-edit/cursed-sponge.js @@ -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 } ] });