This commit is contained in:
milo
2025-08-02 00:18:52 +02:00
parent 1b51e70f5d
commit 0b447536d3

View File

@@ -124,9 +124,9 @@ export function setupCronJobs(client, io) {
try {
resetDailyReward.run();
console.log('[Cron] Daily rewards have been reset for all users.');
if (!getSOTD.get()) {
initTodaysSOTD();
}
//if (!getSOTD.get()) {
initTodaysSOTD();
//}
} catch (e) {
console.error('[Cron] Error during daily reset:', e);
}