aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/character.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-19 22:32:33 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-19 22:32:33 -0400
commita460c28d7db84fa8f27e55405ef14607ca539443 (patch)
tree74450a902b393ecd8a647bb08709fff5c06ddc9e /commands/Utility/character.js
parentd7ec46b4068466b11881e2e82c92b107d3d48783 (diff)
downloadPokeBot-a460c28d7db84fa8f27e55405ef14607ca539443.tar.gz
PokeBot-a460c28d7db84fa8f27e55405ef14607ca539443.tar.bz2
PokeBot-a460c28d7db84fa8f27e55405ef14607ca539443.zip
more limit
Diffstat (limited to 'commands/Utility/character.js')
-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 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 = '';