seguimos con error de texto

This commit is contained in:
2025-03-14 17:25:02 +01:00
parent f7dab8ccdf
commit 8f1bfe5dda

View File

@ -101,7 +101,7 @@ public class TelegramBot extends TelegramLongPollingBot {
if (!titles.isEmpty()) {
mensaje.append("🔹 **").append(keyword).append("**:\n");
for (String title : titles) {
mensaje.append(" \\- ").append(title).append("\n");
mensaje.append(" 🔹🔹 ").append(title).append("\n");
}
} else {
mensaje.append("🔹 **").append(keyword).append("**: No hay noticias disponibles.\n");