Update SendLargeMessages.plugin.js

This commit is contained in:
Mirco Wittrien 2020-01-08 09:54:30 +01:00
parent 8749d03f1d
commit 503f338559
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class SendLargeMessages {
if (e2.methodArguments[0].length > BDFDB.DiscordConstants.MAX_MESSAGE_LENGTH) {
e2.stopOriginalMethodCall();
let messages = this.formatText(e2.methodArguments[0]);
console.log(messages);
messages.filter(n => n).forEach((message, i) => {
BDFDB.TimeUtils.timeout(_ => {
e2.originalMethod(message);