eris to d.js changes
This commit is contained in:
parent
da570fc40b
commit
9ea6720cd8
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ module.exports = class {
|
|||
}
|
||||
|
||||
async run (client) {
|
||||
client.logger.event(`Logged in as ${client.user.username + '#' + client.user.discriminator} and ready to accept commands! | v${client.version}`);
|
||||
client.logger.event(`${client.user.username + '#' + client.user.discriminator} at your service! | v${client.version}`);
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue