From b3884ec14be429d9304c06cc301bd6e5363c50c8 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Mon, 14 Mar 2022 23:07:10 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B7=D0=B4=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=2010=20=D1=87=D0=B0?= =?UTF-8?q?=D1=81=D0=BE=D0=B2=20=D0=BF=D0=BE=20=D0=BC=D1=81=D0=BA?= 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 66b23e15..b2b97480 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 8 * * *", async function () { + new CronJob("0 10 * * *", async function () { client.guilds.cache.forEach(async (guild) => { const date = new Date(), currentDay = date.getDate(),