diff --git a/helpers/birthdays.js b/helpers/birthdays.js index 9034ab99..48119492 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 11 23 * * *", async function () { + new CronJob("0 12 23 * * *", async function () { client.guilds.cache.forEach(async (guild) => { const date = new Date(); const currentMonth = date.getMonth() + 1;