Drop HideServers
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-04-18 23:49:51 -04:00
parent 851fc84e66
commit bb8a68b45e
No known key found for this signature in database
8 changed files with 0 additions and 445 deletions

View file

@ -37,10 +37,6 @@ export default definePlugin({
{
match: /(?<=#{intl::SERVERS}\),children:)\i\.map\(\i\)/,
replace: "Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.In).concat($&)"
},
{
match: /children:\i\}\)\]/,
replace: "$&.concat(Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.Below))"
}
]
}