diff --git a/src/index.js b/src/index.js index c2bbd21..ea612ac 100644 --- a/src/index.js +++ b/src/index.js @@ -57,7 +57,12 @@ cron.schedule('00 12 * * 7', function () { const channel = client.channels.cache.get( process.env.CHANNEL_ID_ANNOUNCEMENTS ); + channel.send( `Update time <@&${process.env.ROLE_ID_MENTEES}>! Provide your weekly updates to your respective mentors.` ); -}); +}, + { + scheduled: true, + timezone: "Asia/Calcutta" + });