mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Fix arRPC
This commit is contained in:
parent
74598f2ed8
commit
f936382830
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const rgb = (r, g, b, msg) => `\x1b[38;2;${r};${g};${b}m${msg}\x1b[0m`;
|
|||
const log = (...args) => console.log(`[${rgb(88, 101, 242, "arRPC")}]`, ...args);
|
||||
|
||||
log("arRPC v3.1.0 ArmCord");
|
||||
const {RPCServer} = require("./server.js");
|
||||
const RPCServer = require("./server.js");
|
||||
const {mainWindow} = require("../../../ts-out/window.js");
|
||||
|
||||
async function run() {
|
||||
|
|
Loading…
Reference in a new issue