Add warning
This commit is contained in:
parent
79ce06543f
commit
af8cba1afb
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -1,7 +1,7 @@
|
||||||
const fs = require('fs'),
|
const fs = require('fs'),
|
||||||
prompt = require("prompt-sync")()
|
prompt = require("prompt-sync")()
|
||||||
|
|
||||||
var updateTime = (process.env.UPDATE_TIME || 45)
|
var updateTime = 45
|
||||||
|
|
||||||
var clientId = "1176317740512985119"
|
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)/"
|
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!")
|
console.error("Update time must be above 30! Please change your settings!")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue