diff --git a/src/tg/bot.deno.ts b/src/tg/bot.deno.ts index c8aa56b..7f8b080 100644 --- a/src/tg/bot.deno.ts +++ b/src/tg/bot.deno.ts @@ -197,8 +197,10 @@ export async function* handleTgUpdate(data: any) { } if ( - text.toLowerCase().includes("pad") || - text.toLowerCase().includes("pád") + (text.toLowerCase().includes("pad") || + text.toLowerCase().includes("pád")) && + !text.toLowerCase().includes("vypada") && + !text.toLowerCase().includes("vypadá") ) { yield await tgCall( {