From 98f47c3ac7735994cffd551ee707cf56b5ded62a Mon Sep 17 00:00:00 2001 From: Emily J Date: Sat, 10 Oct 2020 13:46:18 +1100 Subject: [PATCH] tanuki --- bot/events/ready.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/events/ready.js b/bot/events/ready.js index 707a331..944a8c2 100644 --- a/bot/events/ready.js +++ b/bot/events/ready.js @@ -5,7 +5,7 @@ module.exports = class { async run () { await this.client.wait(1000); - this.client.user.setActivity('eating the rich') // lol + this.client.user.setActivity(`BNA | v${this.client.package.version}`, { type: "WATCHING" }) // lol this.client.logger.ready(`Connected to Discord as ${this.client.user.tag}`); } };