mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Try to fix zalgo split
This commit is contained in:
@@ -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}});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user