From af8cba1afb8919c9a47f22e311c77f97eca562b5 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Fri, 15 Dec 2023 19:07:32 +0000 Subject: [PATCH] Add warning --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }