migrate from browser bundle to Vencord:#765

This commit is contained in:
Vendicated
2023-04-03 05:19:46 +02:00
parent 4a9b882119
commit 36d4e90113
7 changed files with 8 additions and 48 deletions

View File

@@ -1,7 +0,0 @@
import { ipcMain } from "electron";
import { GET_VENCORD } from "../shared/IpcEvents";
import { fetchVencord } from "./vencord";
ipcMain.on(GET_VENCORD, async e => {
e.returnValue = await fetchVencord();
});