From 987006ae70a97affcad11b581a4f28aded285e98 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sun, 29 Nov 2020 17:08:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Correction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events/ready.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/ready.js b/events/ready.js index 74a92a1..5d7be01 100644 --- a/events/ready.js +++ b/events/ready.js @@ -2,6 +2,6 @@ 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(client.config.game) + client.user.setActivity(client.config.game); };