diff --git a/bot/events/ready.js b/bot/events/ready.js index e5c24d5..707a331 100644 --- a/bot/events/ready.js +++ b/bot/events/ready.js @@ -5,6 +5,7 @@ module.exports = class { async run () { await this.client.wait(1000); + this.client.user.setActivity('eating the rich') // lol this.client.logger.ready(`Connected to Discord as ${this.client.user.tag}`); } };