From 5e2e0417dc7dbb98dc56f85b135470dadbcf43cc Mon Sep 17 00:00:00 2001 From: DJj123dj <80536295+DJj123dj@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:17:22 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 69c55cb..d98db68 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const fs = require("fs") const child = require("child_process") if (!fs.existsSync("./dist/src/index.js")){ console.log("Compiling the bot...") - child.execSync("npm run build",{timeout:60000}) + child.execSync("npm run build") console.log("\n\nFinished compilation!") } require("./dist/src/index") \ No newline at end of file