Update Message.js
removed extra lines
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user