From 7ec397bc5bcafa1a41a61aa875db284996d13dbc Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Sat, 10 Jul 2021 10:33:08 +0700 Subject: [PATCH] Update ready.js --- events/ready.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/events/ready.js b/events/ready.js index 2163cea..807c149 100644 --- a/events/ready.js +++ b/events/ready.js @@ -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 = []