Skip to content

Commit

Permalink
Merge pull request #2 from Ouolim/amogus
Browse files Browse the repository at this point in the history
self explanatory
  • Loading branch information
ProkopRandacek authored May 14, 2024
2 parents 3c4ebca + 9d3ce0e commit 63dc290
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 63dc290

Please sign in to comment.