mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
test
This commit is contained in:
parent
3afbdefc85
commit
2960a90bb0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue