From b7e6f299f11c111aba7f5a342dd9e38fc87a14a5 Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Mon, 26 Jul 2021 08:12:05 +0700 Subject: [PATCH] v1.5.0 --- events/ready.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/ready.js b/events/ready.js index 60a9e0f..8a50d49 100644 --- a/events/ready.js +++ b/events/ready.js @@ -255,7 +255,7 @@ module.exports = client => { nodes = nodes + d }) - console.log(chalk.cyan(['[PteroStats Checker] ']) + chalk.green('Connected to ' + list.length + ' nodes') + console.log(chalk.cyan(['[PteroStats Checker] ']) + chalk.green('Connected to ' + list.length + ' nodes')) let nodeCount = '[Total ' + list.length + ']' if (debug === true) console.log(chalk.magenta('[PteroStats Debug] ') + chalk.blue(nodes))