ready message now includes bot user
This commit is contained in:
parent
95447086cf
commit
8dfe8bee01
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ module.exports = class {
|
||||||
async run (client) {
|
async run (client) {
|
||||||
const activity = client.constants.activities.random();
|
const activity = client.constants.activities.random();
|
||||||
client.editStatus('online', { name: `${activity.message} | v${client.version}`, type: activity.type});
|
client.editStatus('online', { name: `${activity.message} | v${client.version}`, type: activity.type});
|
||||||
client.logger.event(`Woomy v${client.version} initialized and ready to accept commands!`);
|
client.logger.event(`Logged in as ${client.user.username + '#' + client.user.discriminator} and ready to accept commands! | v${client.version}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue