We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b7c05 commit ea3d9e2Copy full SHA for ea3d9e2
1 file changed
src/tg/bot.deno.ts
@@ -198,7 +198,9 @@ export async function* handleTgUpdate(data: any) {
198
199
if (
200
text.toLowerCase().includes("pad") ||
201
- text.toLowerCase().includes("pád")
+ (text.toLowerCase().includes("pád") &&
202
+ !text.toLowerCase().includes("vypada") &&
203
+ !text.toLowerCase().includes("vypadá"))
204
) {
205
yield await tgCall(
206
{
0 commit comments