diff --git a/index.js b/index.js index cc0c102..0f32cf7 100644 --- a/index.js +++ b/index.js @@ -146,5 +146,5 @@ async function sendSummary() { console.log("Sending message.") await hook.send({ embeds: [embed] }); } - +console.log("Scheduling...") const schedule = cron.schedule("0 1 * * *", sendSummary) \ No newline at end of file