another small fix
This commit is contained in:
parent
1e0b308a2b
commit
84e3b13922
1 changed files with 1 additions and 1 deletions
2
shard.js
2
shard.js
|
@ -114,7 +114,7 @@ class Shard extends BaseClusterWorker {
|
||||||
name: `${misc.random(messages)} | @${this.bot.user.username} help`,
|
name: `${misc.random(messages)} | @${this.bot.user.username} help`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
setTimeout(this.activityChanger, 900000);
|
setTimeout(this.activityChanger.bind(this), 900000);
|
||||||
}
|
}
|
||||||
|
|
||||||
async* getFiles(dir) {
|
async* getFiles(dir) {
|
||||||
|
|
Loading…
Reference in a new issue