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.