From 96eea93d49fd2bde162ac2145cff29f659b927b1 Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Tue, 20 Jul 2021 19:36:11 +0700 Subject: [PATCH] Update ready.js --- events/ready.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/ready.js b/events/ready.js index 7a299d5..67b433a 100644 --- a/events/ready.js +++ b/events/ready.js @@ -61,7 +61,7 @@ module.exports = client => { console.log(chalk.red('=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=')) console.log(chalk.green('Name: ') + chalk.cyan('PteroStats')) - console.log(chalk.green('Version: ') + chalk.cyan('Stable v1.4.0')) + console.log(chalk.green('Version: ') + chalk.cyan('Stable pre-v1.5.0')) console.log(chalk.green('Refresh Time: ') + chalk.cyan(time + ' Seconds')) console.log(chalk.green('Bot Status: ') + chalk.cyan('Online')) console.log(chalk.green('Support: ') + chalk.cyan('https://discord.gg/zv6maQRah3'))