From 58da4cebe53dde9c2da8f90947eb32f092358041 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sun, 1 May 2022 18:58:18 +0500 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=BE=D0=BB=D0=B5=D0=B5=20=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B7=D0=B4=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/birthdays.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/birthdays.js b/helpers/birthdays.js index 9958ca1c..5b8f58d6 100644 --- a/helpers/birthdays.js +++ b/helpers/birthdays.js @@ -2,7 +2,7 @@ const CronJob = require("cron").CronJob, Discord = require("discord.js"); async function init(client) { - new CronJob("0 10 * * *", async function () { + new CronJob("0 5 * * *", async function () { client.guilds.cache.forEach(async (guild) => { const date = new Date(), currentDay = date.getDate(),