From a6061e98ca28869909c9121bde3a2edd8f1dc616 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Thu, 26 Nov 2020 22:23:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20(v2.0.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events/ready.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/events/ready.js b/events/ready.js index 41bda93..74a92a1 100644 --- a/events/ready.js +++ b/events/ready.js @@ -1,9 +1,7 @@ -const config = require("../config/bot.json"); - module.exports = async (client) => { console.log(`Ready on ${client.guilds.cache.size} servers, for a total of ${client.users.cache.size} users`); - client.user.setActivity(config.game) + client.user.setActivity(client.config.game) };