From 25453c706629093c1d4a9f06bd73502f6da23c55 Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Sat, 18 Jun 2022 21:18:12 +0530 Subject: [PATCH] Add html url --- .github/tg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/tg.py b/.github/tg.py index 6324bf189..dc68d1166 100644 --- a/.github/tg.py +++ b/.github/tg.py @@ -17,7 +17,7 @@ def bot(): bot = telegram.Bot(TG_TOKEN, base_url="http://0.0.0.0:8081/bot") bot.send_photo(TG_POST_ID, open('alpha.png', 'rb'), f'''*Libretube {data['sha'][0:7]} // Alpha* -[{data['commit']['message']}]({data['commit']['url']}) +[{data['commit']['message']}]({data['html_url']}) Signed-off-by: {data['commit']['author']['name']} ''', parse_mode=telegram.ParseMode.MARKDOWN)