From 4994931f8efa6f11edd3052ca0eea38a80a6654b Mon Sep 17 00:00:00 2001 From: Milo Gourvest <128139414+cassoule@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:40:47 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 99fdeef..4557f9d 100644 --- a/index.js +++ b/index.js @@ -675,7 +675,7 @@ client.once('ready', async () => { try { const akhys = getAllUsers.all() akhys.forEach((akhy) => { - resetDailyReward.run(akhy); + resetDailyReward.run(akhy.id); }) } catch (e) { console.log(e)