[object Object]

← back to Butlr

butlr: recording disclosure to 'being recorded for Steve'

6e3d4f725706953596c358ec64c32d20c890bde0 · 2026-05-26 10:33:25 -0700 · SteveStudio2

Files touched

Diff

commit 6e3d4f725706953596c358ec64c32d20c890bde0
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Tue May 26 10:33:25 2026 -0700

    butlr: recording disclosure to 'being recorded for Steve'
---
 lib/twilio.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/twilio.js b/lib/twilio.js
index 49f669d..98a24ab 100644
--- a/lib/twilio.js
+++ b/lib/twilio.js
@@ -47,12 +47,12 @@ function buildAnnouncement(call) {
   if ((process.env.BUTLR_INTRO_VARIANT || '').toLowerCase() === 'soft') {
     return [
       `Hi, this is Butler calling on behalf of ${onBehalfOf}, a real local client.`,
-      `Heads up, this call's recorded for quality.`,
+      `Heads up, this call is being recorded for Steve.`,
     ].join(' ');
   }
   return [
     `Hi, this is Butler calling on behalf of ${onBehalfOf}, a real local client.`,
-    `Quick note, this call may be recorded.`,
+    `Heads up, this call is being recorded for Steve.`,
   ].join(' ');
 }
 function announceTwiml(call) {

← 0a071c5 butlr: soft intro variant to Butler/real-local-client wordin  ·  back to Butlr  ·  live page: harden audio — auto-listen on appear, resume ctx 4997af2 →