From d9e1d251931a16a1ec6f4c4eecf3ecd3ae39e440 Mon Sep 17 00:00:00 2001 From: hayalat Date: Wed, 22 Jul 2020 13:24:29 +0300 Subject: [PATCH] added cronjob --- xi_news/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xi_news/main.js b/xi_news/main.js index 3772b8a..fee98c3 100644 --- a/xi_news/main.js +++ b/xi_news/main.js @@ -54,7 +54,7 @@ console.log(client.commands); client.once('ready', () => { console.log('Ready!'); console.log('Before job instantiation'); - const job = new CronJob('00 21 13 * * *', function () { + const job = new CronJob('00 30 09 * * *', function () { client.channels.cache.get(`734387503464710165`).send(`rss time`); execute();