add new functions, move wait into functions

This commit is contained in:
Emily 2020-10-10 19:37:30 +11:00
parent cfa2f53f56
commit ca2a00b65c
2 changed files with 39 additions and 1 deletions

View file

@ -4,7 +4,7 @@ module.exports = class {
}
async run () {
await this.client.wait(1000);
await this.client.functions.wait(1000);
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}`);
}