From 76dc77348f3cae41037f0dc192636ae3a74d39bf Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 3 Nov 2019 20:24:28 +0100 Subject: [PATCH] Update CopyRawMessage.plugin.js --- Plugins/CopyRawMessage/CopyRawMessage.plugin.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Plugins/CopyRawMessage/CopyRawMessage.plugin.js b/Plugins/CopyRawMessage/CopyRawMessage.plugin.js index 1b5a9c2486..41292f1e22 100644 --- a/Plugins/CopyRawMessage/CopyRawMessage.plugin.js +++ b/Plugins/CopyRawMessage/CopyRawMessage.plugin.js @@ -13,10 +13,6 @@ class CopyRawMessage { this.changelog = { "improved":[["New Library Structure & React","Restructured my Library and switched to React rendering instead of DOM manipulation"]] }; - - this.patchModules = { - MessageContent: "render" - }; } //legacy @@ -47,8 +43,6 @@ class CopyRawMessage { if (global.BDFDB && typeof BDFDB === "object" && BDFDB.loaded) { if (this.started) return; BDFDB.PluginUtils.init(this); - - BDFDB.ModuleUtils.forceAllUpdates(this); } else console.error(`%c[${this.getName()}]%c`, "color: #3a71c1; font-weight: 700;", "", "Fatal Error: Could not load BD functions!"); }