Update (v2.0.1)

This commit is contained in:
Zerio
2020-11-26 22:23:53 +01:00
committed by GitHub
parent 49b429bd14
commit a6061e98ca

View File

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