From 9edea0bb1a106e3f71ead15c786422da5d63c337 Mon Sep 17 00:00:00 2001 From: Gabriele De Rosa Date: Thu, 15 Aug 2024 14:35:01 +0200 Subject: [PATCH] chore: improve generate message --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 85ad172..11d6134 100644 --- a/src/index.ts +++ b/src/index.ts @@ -50,7 +50,7 @@ export default { // Generate message. const msg = '☎️ ' + caller + '\n' - + '📅 ' + moment().tz(env.TZ ? env.TZ : 'UTC').format('YYYY-MM-DD, HH:mm') + '\n' + + '📅 ' + moment().tz(env.TZ ? env.TZ : 'UTC').format('YYYY-MM-DD, HH:mm (hh:mm a)') + '\n\n' + '💬 `' + transcribedAudio + '`'; // Send the summary to the user.