📝 Correction

This commit is contained in:
Zerio
2020-11-29 17:08:53 +01:00
committed by GitHub
parent c82f67c55c
commit 987006ae70

View File

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