otro más
This commit is contained in:
@ -101,6 +101,8 @@ public class TelegramBot extends TelegramLongPollingBot {
|
||||
if (!titles.isEmpty()) {
|
||||
mensaje.append("🔹 **").append(keyword).append("**:\n");
|
||||
for (String title : titles) {
|
||||
title = title.replaceAll("([_*\\[\\]()~`>#+\\-=|{}.!])", "\\\\$1");
|
||||
|
||||
mensaje.append(" 🔹🔹 ").append(title).append("\n");
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user