diff options
Diffstat (limited to 'commands/Utility')
| -rw-r--r-- | commands/Utility/character.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Utility/character.js b/commands/Utility/character.js index 055c7cd..603571b 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 > 100) return msg.reply('The limit is 100 for how many characters you can input'); + if (str.length > 50) return msg.reply('The limit is 50 for how many characters you can input'); const array = str.split(''); let decimal = ''; |
