From 0ef81ee9719ee05c4f4c8ce85e6e0cd87fa7c2cd Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 23 Jul 2019 21:03:06 -0400 Subject: [PATCH] Bump maximum --- 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 a9033865..5011057e 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: 100 + max: 1000 } ] });