cron zum aktuallisieren der Discord Avatare hinzugefügt

This commit is contained in:
PxlLoewe
2026-02-08 22:22:25 +01:00
parent 5d0a36f967
commit 1b425d82e2
2 changed files with 40 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ const updateParticipantMoodleResults = async () => {
};
CronJob.from({ cronTime: "0 * * * *", onTick: syncMoodleIds, start: true });
CronJob.from({
cronTime: "*/1 * * * *",
onTick: async () => {