From 0851b6e971ec348bf8acc7a9346569e6427b2c8a Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 20 Sep 2025 21:12:00 +0200 Subject: [PATCH] h --- index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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!` : ''} `;