tanuki
This commit is contained in:
parent
aae1faccc8
commit
98f47c3ac7
1 changed files with 1 additions and 1 deletions
|
@ -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}`);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue