From ffe21aab0ab24c2be497311438296f3d94de3459 Mon Sep 17 00:00:00 2001 From: Histmy <59661489+Histmy@users.noreply.github.com> Date: Sat, 3 Dec 2022 19:47:05 +0100 Subject: [PATCH] =?UTF-8?q?=C5=A1patnej=20program=C3=A1tor,=20to=20j=C3=A1?= =?UTF-8?q?=20sem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 8363666..f2afb8a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -10,7 +10,7 @@ const helpServer = require("./utils/helpServer"); const custom: CustomKomandy = require("./utils/customCommands"); if (!existsSync("config.json")) throw new Error("config.json neexistuje"); -process.env = { ...process.env, ...require("../../config.json") }; +process.env = { ...process.env, ...require("../config.json") }; const ints = GatewayIntentBits; const client = new Client({