diff --git a/index.js b/index.js index 5f938f4..71eb275 100644 --- a/index.js +++ b/index.js @@ -140,15 +140,15 @@ async function sendSummaryMatrix(yesterday, stats) { const html = `
Summary from ${yesterday.startDate.toString()} to ${yesterday.endDate.toString()} | |
Summary from ${yesterday.startDate.toString()} to ${yesterday.endDate.toString()} | |
Calls Made | ${stats.totalCallsMade} |
Monthly Total | ${stats.totalCallsThisMonth} |
Total Calls Ever Placed | ${stats.totalCallsEverPlaced} |
System Uptime | ${getSystemUptime().toString(false, false)} |
All Time Record | ${stats.allTimeRecord} |
🎉 NEW RECORD! 🎉 A new record has been set, at ${stats.totalCallsMade}! | |
Calls Made | ${stats.totalCallsMade} |
Monthly Total | ${stats.totalCallsThisMonth} |
Total Calls Ever Placed | ${stats.totalCallsEverPlaced} |
System Uptime | ${getSystemUptime().toString(false, false)} |
All Time Record | ${stats.allTimeRecord} |
🎉 NEW RECORD! 🎉 A new record has been set, at ${stats.totalCallsMade} calls in a day! |