access version directly

This commit is contained in:
Emily 2020-10-17 12:16:17 +11:00
parent f479782a39
commit dad9231a5f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module.exports = class {
async run () {
await this.client.functions.wait(1000);
this.client.user.setActivity(`BNA | v${this.client.package.version}`, { type: "WATCHING" }) // lol
this.client.user.setActivity(`BNA | v${this.client.version}`, { type: "WATCHING" }) // lol
this.client.logger.ready(`Connected to Discord as ${this.client.user.tag}`);
}
};