This commit is contained in:
srgooglo 2022-06-22 16:49:24 +02:00
parent 9edd3b91b1
commit 53c647aadd

View File

@ -2,9 +2,9 @@
const corenode = require("corenode")
corenode.runInNewRuntime(() => {
const server = require("../server/index.js")
const { Server } = require("../server/index.js")
const instance = new server({
const instance = new Server({
id: process.env.serverID,
})