Add startup messagee

This commit is contained in:
Christopher Cookman 2024-10-29 07:12:54 -06:00
parent 5652d9aa26
commit 74b7a56e48
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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)