Update Message.js

removed extra lines
This commit is contained in:
wompmacho
2020-11-01 23:11:34 -05:00
parent 30db96fc19
commit 5661778850

View File

@@ -12,13 +12,8 @@ class Message {
this.parsedText = ''; // This should be fine since you can't edit/change messages this.parsedText = ''; // This should be fine since you can't edit/change messages
this.parseText(); this.parseText();
// Set Defaults
this.setDefaultSelections(); this.setDefaultSelections();
if(this.hasEmotes) { if(this.hasEmotes) {
this.node.setAttribute('message-id', this.id); this.node.setAttribute('message-id', this.id);
this.setHtml(); this.setHtml();