another small fix

This commit is contained in:
Essem 2021-07-31 22:26:48 -05:00
parent 1e0b308a2b
commit 84e3b13922
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class Shard extends BaseClusterWorker {
name: `${misc.random(messages)} | @${this.bot.user.username} help`,
});
}
setTimeout(this.activityChanger, 900000);
setTimeout(this.activityChanger.bind(this), 900000);
}
async* getFiles(dir) {