Add warning

This commit is contained in:
Bingus_Violet 2023-12-15 19:07:32 +00:00
parent 79ce06543f
commit af8cba1afb

View file

@ -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
}