feat(discord): proteger menciones y mejorar traducción HTML para mensajes multilínea
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user