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))" } ]