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