feat(discord): proteger menciones y mejorar traducción HTML para mensajes multilínea

This commit is contained in:
2026-03-06 19:28:48 -06:00
parent e4d50b6eb5
commit 7601979d3e
3 changed files with 29 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ async def translate_text(text: str, target_lang: str) -> str:
"q": text,
"source": "auto",
"target": target_code,
"format": "text"
"format": "html"
}
async with aiohttp.ClientSession() as session: