Updated bot

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-03-22 20:54:51 +01:00
parent 6e6e84e250
commit 2cd1187e71
4 changed files with 14 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ export = {
setInterval(() => {
const status = i++ % statuses.length
user.setActivity({ name: getActivity(statuses[status].name), type: statuses[status].type })
}, 1000 * 60 * 10)
}, 1000 * 60)
user.setStatus("dnd")
}