diff --git a/bot/events/ready.js b/bot/events/ready.js index 091e377..706259f 100644 --- a/bot/events/ready.js +++ b/bot/events/ready.js @@ -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}`); } };