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"]: