Add startup messagee
This commit is contained in:
parent
5652d9aa26
commit
74b7a56e48
2
index.js
2
index.js
|
@ -146,5 +146,5 @@ async function sendSummary() {
|
||||||
console.log("Sending message.")
|
console.log("Sending message.")
|
||||||
await hook.send({ embeds: [embed] });
|
await hook.send({ embeds: [embed] });
|
||||||
}
|
}
|
||||||
|
console.log("Scheduling...")
|
||||||
const schedule = cron.schedule("0 1 * * *", sendSummary)
|
const schedule = cron.schedule("0 1 * * *", sendSummary)
|
Loading…
Reference in a new issue