From 1d1f06c1a8a6e1cfa3faccdf695980327abd49b3 Mon Sep 17 00:00:00 2001 From: Joan Date: Thu, 9 Nov 2023 19:09:25 +0100 Subject: [PATCH] Fix typo --- conjuntasbot/conjuntasbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conjuntasbot/conjuntasbot.py b/conjuntasbot/conjuntasbot.py index a328202..2e992cf 100644 --- a/conjuntasbot/conjuntasbot.py +++ b/conjuntasbot/conjuntasbot.py @@ -359,7 +359,7 @@ async def handle_conjunta(update: Update, context: CallbackContext): worksheet.append_row([user_name, quantity, "SÍ" if socio else "NO"]) await update.message.reply_text(f"Te has unido a la conjunta para '{product_name}' con {quantity} unidades.") - await send_message_to_admins(update, context, f"@{user_name} se ha apunta a la conjunta {product_name} - {conjunta_id} con {quantity} unidades") + await send_message_to_admins(update, context, f"@{user_name} se ha apuntado a la conjunta {product_name} - {conjunta_id} con {quantity} unidades") try: await update_conjunta(update, context, conjunta_id) except Exception: