📝 Add client username in ready
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = async (client) => {
|
||||
console.log(`Ready on ${client.guilds.cache.size} servers, for a total of ${client.users.cache.size} users`);
|
||||
console.log(`Logged in as ${client.user.username}. Ready on ${client.guilds.cache.size} servers, for a total of ${client.users.cache.size} users`);
|
||||
|
||||
client.user.setActivity(client.config.discord.activity);
|
||||
};
|
||||
Reference in New Issue
Block a user