Merge branch 'dev'

This commit is contained in:
thororen1234 2024-11-25 21:47:26 -05:00
commit cfa1d384f3

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