From 0b447536d37d73c9d4ffd9a29c53481ed6040c79 Mon Sep 17 00:00:00 2001 From: milo Date: Sat, 2 Aug 2025 00:18:52 +0200 Subject: [PATCH] hop --- src/utils/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/index.js b/src/utils/index.js index b7ab28b..6419f4f 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -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); }