mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
remove remote in require thing since it's not used
This commit is contained in:
parent
22f8ea1123
commit
7fe38ad307
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const fs = require("fs");
|
||||
const { app, session, remote } = require("electron");
|
||||
const { app, session } = require("electron");
|
||||
const pluginFolder = __dirname + "/plugins/";
|
||||
app.whenReady().then(() => {
|
||||
fs.readdirSync(pluginFolder).forEach((file) => {
|
||||
|
|
Loading…
Reference in a new issue