mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:26:21 +02:00
Add Split to Zalgo
This commit is contained in:
@@ -19,7 +19,7 @@ class ZalgoCommand extends commando.Command {
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
let zalgoified = zalgo(message.content.split(" ").slice(1).join(" "));
|
||||
message.channel.sendMessage(zalgoified);
|
||||
message.channel.sendMessage(zalgoified, {split:{maxLength: 1900}});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user