mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-02-03 19:42:41 +00:00
Update ready.js
This commit is contained in:
@@ -34,11 +34,12 @@ module.exports = client => {
|
||||
console.log("=+=+=+=+=+=+=+=+=+=+=+=");
|
||||
console.log("Name: PteroStats");
|
||||
console.log("Version: Alpha");
|
||||
console.log("Stats will update every " + time + " Seconds")
|
||||
console.log("=+=+=+=+=+=+=+=+=+=+=+=");
|
||||
|
||||
//PteroStats Checker
|
||||
setInterval(() => {
|
||||
if(isNaN(time)) return console.log(chalk.blue("[PteroStats Checker] ") + chalk.red(time + "is not a number!"))
|
||||
if(isNaN(time)) return console.log(chalk.blue("[PteroStats Checker] ") + chalk.red(time + " is not a number!"))
|
||||
|
||||
//Node Status Checker
|
||||
let list = []
|
||||
|
||||
Reference in New Issue
Block a user