mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 10:25:11 +02:00
Fixes in message splitting (again)
This commit is contained in:
@@ -23,7 +23,7 @@ class PirateCommand extends commando.Command {
|
||||
if(messagecontent === "") {
|
||||
message.channel.sendMessage(":x: Error! Nothing to translate!");
|
||||
} else {
|
||||
message.channel.sendMessage(pirate, {split:{maxLength:1900}});
|
||||
message.channel.sendMessage(pirate, {split:true});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user