Fix Both Bad Patches

This commit is contained in:
thororen1234 2025-01-07 20:38:52 -05:00
parent 7263093502
commit 22316a9610
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ export default definePlugin({
replace: "Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.In).concat($&)"
},
{
match: /fixedDiscoveryIcon\}\)\}\)\]/,
match: /discoveryIcon\}\)\}\)\]/,
replace: "$&.concat(Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.Below))"
}
]