diff --git a/tgbot.deno.ts b/tgbot.deno.ts index 8f9273d..70bdd25 100644 --- a/tgbot.deno.ts +++ b/tgbot.deno.ts @@ -249,7 +249,7 @@ async function processTgUpdate(data: any) { }); } - if (text.toLowerCase().includes("regiojet")) { + if (text.toLowerCase().includes("regiojet") || text.toLowerCase().includes("php")) { await fetch(`https://api.telegram.org/bot${token}/deleteMessage`, { method: "POST", headers: {