Attempt to fix Zalgo split

This commit is contained in:
dragonfire535
2017-03-03 18:40:37 -05:00
parent 50bd411aa3
commit 92872bdb18
+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:1000}});
message.channel.sendMessage(zalgoified, {split:true});
}
}
}