mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
test
This commit is contained in:
parent
0ec83e0ec3
commit
4a4d51e734
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 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;
|
||||
|
|
Loading…
Reference in a new issue