From 2afca6fe2fa5bf84f1d66b03979dd3492798c3ff Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:47:20 -0500 Subject: [PATCH] Fix HideSevers Patch --- src/plugins/_api/serverList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/_api/serverList.ts b/src/plugins/_api/serverList.ts index 2b2c2cc6..ec6002c6 100644 --- a/src/plugins/_api/serverList.ts +++ b/src/plugins/_api/serverList.ts @@ -39,7 +39,7 @@ export default definePlugin({ replace: "Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.In).concat($&)" }, { - match: /lastTargetNode.{0,300}\{\}\)\]\}\)\]/, + match: /fixedDiscoveryIcon\}\)\}\)\]/, replace: "$&.concat(Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.Below))" } ]