From 74b7a56e4802f025fbee98e1ade2f56151967589 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 29 Oct 2024 07:12:54 -0600 Subject: [PATCH] Add startup messagee --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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