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); };