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: