diff --git a/bot/event_modules/ready/ready.js b/bot/event_modules/ready/ready.js index ed752b8..5f2b98e 100644 --- a/bot/event_modules/ready/ready.js +++ b/bot/event_modules/ready/ready.js @@ -6,6 +6,6 @@ module.exports = class { async run (client) { const activity = client.constants.activities.random(); 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}`); } }; \ No newline at end of file