access version directly
This commit is contained in:
parent
f479782a39
commit
dad9231a5f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module.exports = class {
|
||||||
|
|
||||||
async run () {
|
async run () {
|
||||||
await this.client.functions.wait(1000);
|
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}`);
|
this.client.logger.ready(`Connected to Discord as ${this.client.user.tag}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue