Upload main.py
Browse files
main.py
CHANGED
|
@@ -201,8 +201,8 @@ async def receive_update(req: Request):
|
|
| 201 |
if msg.get("type") == "text":
|
| 202 |
send_whatsapp_message(
|
| 203 |
wa_id,
|
| 204 |
-
"Welcome to
|
| 205 |
-
"
|
| 206 |
)
|
| 207 |
return JSONResponse({"status": "welcome_sent"})
|
| 208 |
|
|
|
|
| 201 |
if msg.get("type") == "text":
|
| 202 |
send_whatsapp_message(
|
| 203 |
wa_id,
|
| 204 |
+
"Welcome to ZENAIGHT! 📋\n\n"
|
| 205 |
+
"How can we assist you today?"
|
| 206 |
)
|
| 207 |
return JSONResponse({"status": "welcome_sent"})
|
| 208 |
|