Skip to content

Commit

Permalink
hrovno
Browse files Browse the repository at this point in the history
opravdu hrovno
  • Loading branch information
Matuush authored Jan 14, 2025
1 parent 0d9e000 commit 0d9e000
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tgbot.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@ async function processTgUpdate(data: any) {
});
}

if (text.toLowerCase().includes("hrovno")) {
await tgCall({
chat_id: data.message.chat.id,
text: `Pánové, toto je certifikované hrovno. Miluji hrovno. Co je hrovnové, to je suprové. Hrovnový moment.`,
});
}

if (
text.toLowerCase().includes("gnu") &&
text.toLowerCase().includes("linux")
Expand Down

0 comments on commit 0d9e000

Please sign in to comment.