Skip to content

Commit

Permalink
Revert "no tak sem čurák no"
Browse files Browse the repository at this point in the history
This reverts commit 0c6d2ea.
  • Loading branch information
ProkopRandacek committed May 16, 2024
1 parent 92baca2 commit bb8735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgbot.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Be grateful for your abilities and your incredible success and your considerable
}

if (
text.toLowerCase() === "sticker this"
text.toLowerCase() === "sticker this" &&
//data.message.chat.id === MAIN_CHAT_ID
) {
const result = await sticekrThis(data.message.reply_to_message);
Expand Down

0 comments on commit bb8735f

Please sign in to comment.