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(),