From 409807a22b39978bae7213f5001928c6845078e7 Mon Sep 17 00:00:00 2001 From: Penuelk <167586031+Penuelk@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:00:37 +0300 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 54deb64..a14c92c 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,4 @@ -//#ENJOY +//#EN'JOY const fs = require("fs-extra"); if (fs.existsSync(".env")) require("dotenv").config({ path: __dirname + "/.env" });