seguimos con error de texto
This commit is contained in:
@ -101,7 +101,7 @@ public class TelegramBot extends TelegramLongPollingBot {
|
|||||||
if (!titles.isEmpty()) {
|
if (!titles.isEmpty()) {
|
||||||
mensaje.append("🔹 **").append(keyword).append("**:\n");
|
mensaje.append("🔹 **").append(keyword).append("**:\n");
|
||||||
for (String title : titles) {
|
for (String title : titles) {
|
||||||
mensaje.append(" \\- ").append(title).append("\n");
|
mensaje.append(" 🔹🔹 ").append(title).append("\n");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
mensaje.append("🔹 **").append(keyword).append("**: No hay noticias disponibles.\n");
|
mensaje.append("🔹 **").append(keyword).append("**: No hay noticias disponibles.\n");
|
||||||
|
Reference in New Issue
Block a user