From a460c28d7db84fa8f27e55405ef14607ca539443 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 19 Mar 2018 22:32:33 -0400 Subject: more limit --- commands/Utility/character.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility') diff --git a/commands/Utility/character.js b/commands/Utility/character.js index 7d7ec6d..055c7cd 100644 --- a/commands/Utility/character.js +++ b/commands/Utility/character.js @@ -26,7 +26,7 @@ exports.run = (bot, msg, args) => { .setColor('#000'); const str = args.join(' '); - if (str.length > 500) return msg.reply('The limit is 500 for how many characters you can input'); + if (str.length > 100) return msg.reply('The limit is 100 for how many characters you can input'); const array = str.split(''); let decimal = ''; -- cgit v1.2.3