mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
Поздравления в 10 часов по мск
This commit is contained in:
parent
a5898cc31b
commit
b3884ec14b
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 8 * * *", async function () {
|
||||
new CronJob("0 10 * * *", async function () {
|
||||
client.guilds.cache.forEach(async (guild) => {
|
||||
const date = new Date(),
|
||||
currentDay = date.getDate(),
|
||||
|
|
Loading…
Reference in a new issue