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