Skip to content

Commit

Permalink
Revert "post_bot: [TEMP] disable sending sticker"
Browse files Browse the repository at this point in the history
This reverts commit 0bcfe68.
  • Loading branch information
anoosragh69 committed Jun 9, 2024
1 parent e54aa92 commit 6336723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def update_json(information):
for i in get_diff(new, old):
print(i)
info = get_info(i)
# bot.send_sticker(CHAT_ID, STICKER_ID)
bot.send_sticker(CHAT_ID, STICKER_ID)
#send_mes(cook_content(info))
send_photo(".github/assets/banner.jpg", cook_content(info))
if info["updater"]:
Expand Down

0 comments on commit 6336723

Please sign in to comment.