diff --git a/index.js b/index.js index fde2f73..eedd749 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ const fs = require('fs'), prompt = require("prompt-sync")() -var updateTime = (process.env.UPDATE_TIME || 45) +var updateTime = 45 var clientId = "1176317740512985119" @@ -9,7 +9,7 @@ const steamID = process.env.STEAM_ID || prompt("What is your Steam ID?: ") const thumborURL = "https://thumbor-production-0e82.up.railway.app/unsafe/fit-in/512x512/filters:fill(transparent)/" -if (updateTime < 30) { +if (updateTime < 30) { // Please, refrain from changing this! This program is already effectively DDoSing valve servers, I dont want it to go any further! console.error("Update time must be above 30! Please change your settings!") return }