diff --git a/index.js b/index.js index 2bff8dc..82d0c8d 100644 --- a/index.js +++ b/index.js @@ -143,12 +143,12 @@ async function sendSummaryMatrix(yesterday, stats) { 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} - ${stats.isNewRecord ? `🎉 NEW RECORD! 🎉 A new record has been set, at ${stats.totalCallsMade} calls in a day!` : ''} + 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} + ${stats.isNewRecord ? `🎉 NEW RECORD! 🎉 A new record has been set, at ${stats.totalCallsMade} calls in a day!` : ''} `;