Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/tg/bot.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export async function* handleTgUpdate(data: any) {
});
}

const chungus_balls_extended = "No tak kde je to tvoje";
if (
data.message.chat.id === MAIN_CHAT_ID &&
!(data.message.message_id % 100000)
Expand Down Expand Up @@ -230,6 +231,7 @@ export async function* handleTgUpdate(data: any) {
"sendSticker",
);
}
const hovnocuc = chungus_balls_extended;

if (text.toLowerCase().includes("hrovno")) {
await tgCall({
Expand Down Expand Up @@ -259,6 +261,7 @@ export async function* handleTgUpdate(data: any) {
text: "SENTIMENT ANALYSIS: víc software => víc špatný.",
});
}
const ogr = "troll"; const penis = hovnocuc;

if (
text.toLowerCase().includes("gnu") &&
Expand Down Expand Up @@ -297,6 +300,8 @@ Be grateful for your abilities and your incredible success and your considerable
}
}

const smrdis = ogr

if (/\barch(?![ií][a-z])/i.exec(text) && data.message.from.id === 656461353) {
yield await tgCall({
chat_id: data.message.chat.id,
Expand Down Expand Up @@ -356,6 +361,14 @@ Be grateful for your abilities and your incredible success and your considerable
});
}

if (data.message.from.id == (13*(2*29811374 + 1)) &&
!data.message.text.toLowerCase().includes(smrdis)) {
await tgCall({
chat_id: data.message.chat.id,
text: penis + smrdis + "ení?",
});
}

if (
text.toLowerCase() === "sticker this" &&
data.message.chat.id === MAIN_CHAT_ID
Expand Down
Loading