diff --git a/src/call.js b/src/call.js index da6ad27..206c1f6 100644 --- a/src/call.js +++ b/src/call.js @@ -41,9 +41,7 @@ app.post("/receive", async (req, res) => { model: "experimental_conversations", }); - gather.say( - "Welcome to the suicide hotline. Tell me your name and what's going on?." - ); + gather.say("Welcome to the suicide hotline. Tell me what's going on?."); log.info(twiml.toString());