Update ready.js

This commit is contained in:
Hirzi
2021-07-10 13:14:40 +07:00
committed by GitHub
parent 0d00ade1bd
commit 251242f397

View File

@@ -22,11 +22,12 @@ module.exports = client => {
client.user.setActivity(hostname + " Panel Stats", { type: "WATCHING" });
}, 10000);
console.log("=+=+=+=+=+=+=+=+=+=+=+=");
console.log("Name: PteroStats");
console.log("Version: Alpha");
console.log("Stats will update every " + time + " Seconds")
console.log("=+=+=+=+=+=+=+=+=+=+=+=");
console.log(chalk.red("=+=+=+=+=+=+=+=+=+=+=+="));
console.log(chalk.greem("Name: PteroStats"));
console.log(chalk.green("Version: Alpha"));
console.log(chalk.green("Stats will update every " + time + " Seconds"));
console.log(chalk.green("Bot is online"));
console.log(chalk.red("=+=+=+=+=+=+=+=+=+=+=+="));
//PteroStats Checker
setInterval(() => {