This commit is contained in:
Nuckyz 2023-11-26 21:42:37 -03:00
parent a5284c6acb
commit afa6318458
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -409,7 +409,7 @@ function runTime(token: string) {
} else if (method === "extractAndLoadChunks") {
const [code, matcher] = args;
const module = Vencord.Webpack.findModule(...code);
const module = Vencord.Webpack.findModuleFactory(...code);
if (module) result = module.toString().match(matcher);
} else {
// @ts-ignore