Skip to content

Commit

Permalink
Merge pull request #14 from aitormagan/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aitormagan authored Sep 12, 2021
2 parents 37c6141 + bdd625a commit 3a2644e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def handle_update(update):
name = user_info.get("first_name", "")

if user_id:
answer = "¡Ahora puedes vacunarte sin cita previa 🎉! Tienes más info aquí ➡️ " \
"https://www.comunidad.madrid/servicios/salud/vacunacion-frente-coronavirus-comunidad-madrid#plan-vacunacion" \
answer = "¡Ahora puedes vacunarte sin cita previa 🎉! Tienes más info ➡️ [aquí]" + \
"(https://www.comunidad.madrid/servicios/salud/vacunacion-frente-coronavirus-comunidad-madrid)" + \
"\n\n¡No esperes más, vacúnate 💉 ya!"
if message in ["/start", "/help"]:
answer = f"¡Hola {name}! Bienvenidx al sistema de notificación de vacunación.\n\n{answer}"
Expand Down

0 comments on commit 3a2644e

Please sign in to comment.