From 2565f5e30bba3b5cbb43aca4cd11a0a12fbf3a95 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:03:27 -0400 Subject: [PATCH] Fix Patches --- src/plugins/blurNsfw/index.ts | 2 +- src/plugins/showMeYourName/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/blurNsfw/index.ts b/src/plugins/blurNsfw/index.ts index c4023f09..b1f8e046 100644 --- a/src/plugins/blurNsfw/index.ts +++ b/src/plugins/blurNsfw/index.ts @@ -43,7 +43,7 @@ export default definePlugin({ patches: [ { - find: ".embedWrapper,embed", + find: ".renderEmbedDescription,message", replacement: [{ match: /\.container/, replace: "$&+(this.props.channel.nsfw? ' vc-nsfw-img': '')" diff --git a/src/plugins/showMeYourName/index.tsx b/src/plugins/showMeYourName/index.tsx index c8628967..5023e7f3 100644 --- a/src/plugins/showMeYourName/index.tsx +++ b/src/plugins/showMeYourName/index.tsx @@ -89,7 +89,7 @@ export default definePlugin({ authors: [Devs.Rini, Devs.TheKodeToad, Devs.nyx], patches: [ { - find: '"BaseUsername"', + find: ".SYSTEM_TAG=0", replacement: { /* TODO: remove \i+\i once change makes it to stable */ match: /(?<=onContextMenu:\i,children:)(?:\i\+\i|\i)(?=.*?contextGuildId:(\i))/,