Fix HideSevers Patch

This commit is contained in:
thororen1234 2024-11-25 21:47:20 -05:00
parent bd4eac29a1
commit 2afca6fe2f

View file

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