Zenaight commited on
Commit
2cd03d6
·
verified ·
1 Parent(s): 1e19042

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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 ZENAIGHT! 📋\n\n"
205
- "How can we assist you today?"
206
  )
207
  return JSONResponse({"status": "welcome_sent"})
208
 
 
201
  if msg.get("type") == "text":
202
  send_whatsapp_message(
203
  wa_id,
204
+ "Welcome to RUMAS! 📋\n\n"
205
+ "Please send an image of your South African ID document for processing."
206
  )
207
  return JSONResponse({"status": "welcome_sent"})
208