This commit is contained in:
Nuckyz 2024-05-23 06:29:07 -03:00
parent cfb493c593
commit 7371abbaec
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -325,7 +325,7 @@ async function runtime(token: string) {
});
// Enable eagerPatches to make all patches apply regardless of the module being required
Vencord.Settings.eagerPatches = false;
Vencord.Settings.eagerPatches = true;
let wreq: typeof Vencord.Webpack.wreq;