oops
This commit is contained in:
parent
a5284c6acb
commit
afa6318458
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ function runTime(token: string) {
|
||||||
} else if (method === "extractAndLoadChunks") {
|
} else if (method === "extractAndLoadChunks") {
|
||||||
const [code, matcher] = args;
|
const [code, matcher] = args;
|
||||||
|
|
||||||
const module = Vencord.Webpack.findModule(...code);
|
const module = Vencord.Webpack.findModuleFactory(...code);
|
||||||
if (module) result = module.toString().match(matcher);
|
if (module) result = module.toString().match(matcher);
|
||||||
} else {
|
} else {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
|
Loading…
Reference in a new issue