From cf090724057ab1efe2a45d8670ec40112e5d3555 Mon Sep 17 00:00:00 2001 From: Jan Racek Date: Sat, 9 Mar 2024 14:00:08 +0100 Subject: [PATCH] STOP THE PTSD! --- tgbot.deno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {