Skip to content

Commit

Permalink
📝 Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerioDev authored Nov 29, 2020
1 parent c82f67c commit 987006a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

};

0 comments on commit 987006a

Please sign in to comment.