This commit is contained in:
V
2023-06-26 00:41:52 +02:00
parent 4abce9d084
commit 477ecbb4ba
11 changed files with 12 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ export function addPatch<P extends PatchData>(p: P) {
}
patch.plugin = "VencordDesktop";
Vencord.Plugins.patches.push(patch as Patch);
Vencord.Plugins.patches.push(patch);
}
Object.assign(VCDP, globals);