new ready message
This commit is contained in:
parent
9ea6720cd8
commit
4fa9f5e795
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ module.exports = class {
|
||||||
}
|
}
|
||||||
|
|
||||||
async run (client) {
|
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}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue