migrate from browser bundle to Vencord:#765
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user