diff --git a/bot/event_modules/ready/logReady.js b/bot/event_modules/ready/logReady.js index 4f2b72e..6395eab 100644 --- a/bot/event_modules/ready/logReady.js +++ b/bot/event_modules/ready/logReady.js @@ -4,6 +4,6 @@ module.exports = class { } async run (client) { - client.logger.event(`${client.user.username + '#' + client.user.discriminator} at your service! | v${client.version}`); + 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