new ready message

This commit is contained in:
Emily 2021-07-15 12:38:13 +10:00
parent 9ea6720cd8
commit 4fa9f5e795
1 changed files with 1 additions and 1 deletions

View File

@ -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}`);
}
};