cron zum aktuallisieren der Discord Avatare hinzugefügt
This commit is contained in:
@@ -84,6 +84,7 @@ const updateParticipantMoodleResults = async () => {
|
||||
};
|
||||
|
||||
CronJob.from({ cronTime: "0 * * * *", onTick: syncMoodleIds, start: true });
|
||||
|
||||
CronJob.from({
|
||||
cronTime: "*/1 * * * *",
|
||||
onTick: async () => {
|
||||
|
||||
Reference in New Issue
Block a user