eat the rich

This commit is contained in:
Emily 2020-10-10 13:43:34 +11:00
parent c5face1ab0
commit aae1faccc8

View file

@ -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}`);
}
};