Fixed that one line changing everything
This commit is contained in:
parent
69599cdd20
commit
c746543042
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class MCChatListener implements Listener, IListener<MessageReceivedEvent>
|
|||
lastmsgdata.message = DiscordPlugin.sendMessageToChannel(lastmsgdata.channel, msg, embedObject);
|
||||
lastmsgdata.time = nanoTime;
|
||||
lastmsgdata.mcchannel = e.getChannel();
|
||||
lastmsgdata.content = "";
|
||||
lastmsgdata.content = embedObject.description;
|
||||
} else
|
||||
try {
|
||||
lastmsgdata.content = embedObject.description = lastmsgdata.content + "\n"
|
||||
|
|
Loading…
Reference in a new issue