All Fixes

This commit is contained in:
thororen1234 2025-04-03 16:44:05 -04:00
parent d1d8ca5791
commit e1e49248fe
No known key found for this signature in database
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: /discoveryIcon\}\)\}\)\]/,
match: /children:\i\}\)\]/,
replace: "$&.concat(Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.Below))"
}
]

View file

@ -49,7 +49,7 @@ export default definePlugin({
replace: "$self.handleOnline()"
},
{
match: /(setInterval\(\i,\.25\*)\i\.\i/,
match: /(setInterval\(\i,30\*)\i\.\i\.Millis\.SECOND/,
replace: "$1$self.getIntervalDelay()" // For web installs
}
]