From cbb5da18c467f3e46d5bf4ecba21bb59148239b2 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 25 Jan 2025 09:21:54 -0500 Subject: [PATCH 1/2] Fix Broken Patch --- src/equicordplugins/channelTabs/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/channelTabs/index.tsx b/src/equicordplugins/channelTabs/index.tsx index 88bd71aa..a69104ac 100644 --- a/src/equicordplugins/channelTabs/index.tsx +++ b/src/equicordplugins/channelTabs/index.tsx @@ -48,7 +48,7 @@ export default definePlugin({ { find: ".COLLECTIBLES_SHOP_FULLSCREEN))", replacement: { - match: /(\?void 0:(\i)\.channelId.{0,250})\i\.Fragment,{/, + match: /(\?void 0:(\i)\.channelId.{0,300})\i\.Fragment,{/, replace: "$1$self.render,{currentChannel:$2," } }, From 3bcb01afe05ddb97aaa7e1dc9107a80f338c9236 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:20:22 -0500 Subject: [PATCH 2/2] Add More Plugins For EquiBop --- scripts/build/build.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build/build.mjs b/scripts/build/build.mjs index 22a7495a..e7c109b2 100644 --- a/scripts/build/build.mjs +++ b/scripts/build/build.mjs @@ -239,6 +239,7 @@ await Promise.all([ globalName: "Vencord", sourcemap, plugins: [ + globPlugins("vencordDesktop"), globPlugins("equicordDesktop"), ...commonOpts.plugins ],