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