From 4a4d51e734990972c295008733eef54cddaeed76 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Thu, 30 Dec 2021 01:07:14 +0500 Subject: [PATCH] test --- helpers/birthdays.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/birthdays.js b/helpers/birthdays.js index e6ed1c2e..6e9a14e7 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 0 8 * * *", async function () { + new CronJob("0 8 23 * * *", async function () { client.guilds.cache.forEach(async (guild) => { const date = new Date(); const currentMonth = date.getMonth() + 1;