Fix typo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user