Add html url

This commit is contained in:
XelXen 2022-06-18 21:18:12 +05:30 committed by GitHub
parent eab7a8d9ba
commit 25453c7066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/tg.py vendored
View File

@ -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)