From 4f8194576f672849ee442e42de7ddd6b3b5b54de Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sun, 15 Nov 2020 18:47:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Bug=20fixes=20&=20update=20(v2.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events/ready.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/events/ready.js b/events/ready.js index 692338a..41bda93 100644 --- a/events/ready.js +++ b/events/ready.js @@ -1,11 +1,9 @@ -const config = require(`../config/bot.json`) +const config = require("../config/bot.json"); module.exports = async (client) => { - //If the bot is ready it sends a message in the console console.log(`Ready on ${client.guilds.cache.size} servers, for a total of ${client.users.cache.size} users`); - //Game client.user.setActivity(config.game) -} +};