forgot a status.

This commit is contained in:
ry 2020-01-09 18:41:29 +01:00
parent 0ddc8e064f
commit 9500bc3a45
2 changed files with 109 additions and 111 deletions

View file

@ -17,7 +17,7 @@ module.exports = {
log.hasStarted();
status.randomStatus(client)
setInterval(() => {
randomStatus(client);
status.randomStatus(client);
}, 60000);
}
};