From ab26b5c89b74430731e730461d9eed2ca3c6503d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 23 Jul 2019 21:05:22 -0400 Subject: [PATCH] On second thought, 100 was a fine limit --- 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 f558395d..a9033865 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: 500 + max: 100 } ] });