From 32817aa039f150b737b62cec54fe246c57256765 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:55:38 -0400 Subject: [PATCH] Fix broken 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 193f0588..262def65 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: /guildDiscoveryRef.{0,300}\{\}\)\]\}\)\]/, + match: /guildDiscoveryRef.{0,300}\}\)\]\}\)\}\)/, replace: "$&.concat(Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.Below))" } ]