Merge branch 'modules-proxy-patches' into immediate-finds-modules-proxy

This commit is contained in:
Nuckyz 2024-06-01 00:11:16 -03:00
commit eb381767cd
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -31,7 +31,7 @@ async function runReporter() {
}, "Vencord Reporter");
// @ts-ignore
Vencord.Webpack._initReporter = function () {
Webpack._initReporter = function () {
// initReporter is called in the patched entry point of Discord
// setImmediate to only start searching for lazy chunks after Discord initialized the app
setTimeout(() => {