From 8440775ec1d1f427da9bb4046805d4553e0714de Mon Sep 17 00:00:00 2001 From: Prokop Randacek Date: Thu, 16 May 2024 15:28:20 +0200 Subject: [PATCH] Revert "self explanatory" This reverts commit 9d3ce0e4365032f7da1d9b73b970ea1a8ef60528. --- tgbot.deno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgbot.deno.ts b/tgbot.deno.ts index e290782..4137a4f 100644 --- a/tgbot.deno.ts +++ b/tgbot.deno.ts @@ -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) {