✨ Update (v2.0.1)
This commit is contained in:
@@ -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)
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user