This commit is contained in:
JonnyBro 2021-12-30 01:13:31 +05:00
parent 3afbdefc85
commit 2960a90bb0

View file

@ -2,7 +2,7 @@ const CronJob = require("cron").CronJob,
Discord = require("discord.js");
async function init(client) {
new CronJob("0 13 23 * * *", async function () {
new CronJob("0 14 23 * * *", async function () {
client.guilds.cache.forEach(async (guild) => {
const date = new Date();
const currentMonth = date.getMonth() + 1;