Try to fix zalgo split

This commit is contained in:
dragonfire535
2017-03-03 18:33:43 -05:00
parent 3fc2c5fe1e
commit 50bd411aa3
+1 -1
View File
@@ -22,7 +22,7 @@ class ZalgoCommand extends commando.Command {
if(zalgoified === '') {
message.channel.sendMessage(":x: Error! Nothing to zalgoify!");
} else {
message.channel.sendMessage(zalgoified, {split:{maxLength:1900}});
message.channel.sendMessage(zalgoified, {split:{maxLength:1000}});
}
}
}