|
|
@ -263,7 +263,7 @@ function runTime(token: string) {
|
|
|
|
for (const id in ids) {
|
|
|
|
for (const id in ids) {
|
|
|
|
const isWasm = await fetch(wreq.p + wreq.u(id))
|
|
|
|
const isWasm = await fetch(wreq.p + wreq.u(id))
|
|
|
|
.then(r => r.text())
|
|
|
|
.then(r => r.text())
|
|
|
|
.then(t => t.includes(".module.wasm"));
|
|
|
|
.then(t => t.includes(".module.wasm") || !t.includes("(this.webpackChunkdiscord_app=this.webpackChunkdiscord_app||[]).push"));
|
|
|
|
|
|
|
|
|
|
|
|
if (!isWasm)
|
|
|
|
if (!isWasm)
|
|
|
|
await wreq.e(id as any);
|
|
|
|
await wreq.e(id as any);
|
|
|
|