From 6ff8bde1ab7e7855baafda78c40a5d5fb747bc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marian=20=C5=A0=C3=A1mal?= Date: Wed, 19 Aug 2026 17:39:03 +0200 Subject: [PATCH] Maraine??? --- src/tg/bot.deno.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/tg/bot.deno.ts b/src/tg/bot.deno.ts index fdb2908..4a74c3c 100644 --- a/src/tg/bot.deno.ts +++ b/src/tg/bot.deno.ts @@ -286,6 +286,17 @@ Dokážu odrecitovat celou instalaci obráceně i na zpamět, i kdyby mě někdo }, "sendVideoNote", ); + + if (tits.includes("thai")) { + yield await tgCall( + { + chat_id: data.message.chat.id, + video_note: + "DQACAgQAAx0CYbOIYwABAejBaoV6uXZN68Z_5jIQmIlZHVHQFI8AAtciAAK4sChQNJ107c9Rf6Y9BA", + }, + "sendVideoNote", + ); + } } if (text.toLowerCase().includes("fit")) {