From 678a7cbe65b672b86bb14b03dbd535f504f671a1 Mon Sep 17 00:00:00 2001 From: Alex Brow Date: Mon, 23 Mar 2020 00:10:09 -0400 Subject: [PATCH] oaakd'lm --- src/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.js b/src/bot.js index 124f2be..b7a0a76 100755 --- a/src/bot.js +++ b/src/bot.js @@ -14,7 +14,7 @@ const config = require("./config.json"); client.on("ready", () => { // This event will run if the bot starts, and logs in, successfully. - console.log(`Bot has started, with ${client.users.cache.cache.size} users, in ${client.channels.cache.cache.size} channels of ${client.guilds.cache.cache.size} guilds.`); + console.log(`Bot has started, with ${client.users.cache.size} users, in ${client.channels.cache.size} channels of ${client.guilds.cache.size} guilds.`); // Example of changing the bot's playing game to something useful. `client.user` is what the // docs refer to as the "ClientUser". client.user.setActivity(`${client.users.cache.size} of you horrible people`,{ type: 'LISTENING' });