Skip to content

Commit

Permalink
Revert "self explanatory"
Browse files Browse the repository at this point in the history
This reverts commit 9d3ce0e.
  • Loading branch information
ProkopRandacek committed May 16, 2024
1 parent bb8735f commit 8440775
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 @@ -332,7 +332,7 @@ Be grateful for your abilities and your incredible success and your considerable

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

0 comments on commit 8440775

Please sign in to comment.