Fix broken patch

This commit is contained in:
thororen1234 2024-10-05 13:55:38 -04:00
parent 61be8eee35
commit 32817aa039

View file

@ -39,7 +39,7 @@ export default definePlugin({
replace: "Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.In).concat($&)" 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))" replace: "$&.concat(Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.Below))"
} }
] ]