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({