From 633672362501e663fe5a04bc4144f7cbb9f421ec Mon Sep 17 00:00:00 2001 From: anoosragh69 Date: Sun, 9 Jun 2024 11:38:24 +0530 Subject: [PATCH] Revert "post_bot: [TEMP] disable sending sticker" This reverts commit 0bcfe680b8ec23647c75b09f7b07c43556d86d60. --- .github/scripts/post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/post.py b/.github/scripts/post.py index d3513ea..e9da2a1 100644 --- a/.github/scripts/post.py +++ b/.github/scripts/post.py @@ -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"]: