mirror of https://github.com/coddrago/Heroku
Update update_notifier.py
parent
ac999cebea
commit
48fb36468e
|
@ -95,7 +95,7 @@ class UpdateNotifier(loader.Module):
|
|||
"https://t.me/hikari_assets/71",
|
||||
caption=self.strings("update_required").format(
|
||||
utils.get_git_hash()[:6],
|
||||
'<a href="https://github.com/hikariatama/Hikka/compare/{}...{}">{}</a>'.format(
|
||||
'<a href="https://github.com/coddrago/Hikka/compare/{}...{}">{}</a>'.format(
|
||||
utils.get_git_hash()[:12],
|
||||
self.get_latest()[:12],
|
||||
self.get_latest()[:6],
|
||||
|
|
Loading…
Reference in New Issue