modified status message
This commit is contained in:
parent
fa95c1101c
commit
55f38c057b
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ module.exports = async client => {
|
|||
client.logger.log(`${client.user.tag}, ready to serve ${client.users.size} users in ${client.guilds.size} servers.`, "ready");
|
||||
|
||||
// Make the bot "play the game" which is the help command with default prefix.
|
||||
client.user.setActivity(`${client.settings.get("default").prefix}help`, {type: "PLAYING"});
|
||||
client.user.setActivity(`${client.users.size} members | ${client.settings.get("default").prefix}help`, {type: "WATCHING"});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue