aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-19 22:35:48 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-19 22:35:48 -0400
commit3de5a9dbbce2339d0a2db8e3389cd67a668a9daf (patch)
tree79c5aeda358b046142a6dcda8f04718406f27296 /commands/Utility
parenta460c28d7db84fa8f27e55405ef14607ca539443 (diff)
downloadPokeBot-3de5a9dbbce2339d0a2db8e3389cd67a668a9daf.tar.gz
PokeBot-3de5a9dbbce2339d0a2db8e3389cd67a668a9daf.tar.bz2
PokeBot-3de5a9dbbce2339d0a2db8e3389cd67a668a9daf.zip
even more limit
Diffstat (limited to 'commands/Utility')
-rw-r--r--commands/Utility/character.js2
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 = '';