add new functions, move wait into functions
This commit is contained in:
parent
cfa2f53f56
commit
ca2a00b65c
2 changed files with 39 additions and 1 deletions
|
@ -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}`);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue