špatnej programátor, to já sem

This commit is contained in:
Histmy 2022-12-03 19:47:05 +01:00 committed by GitHub
parent f6270aa66d
commit ffe21aab0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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