mirror of https://github.com/coddrago/Heroku
Update main.py
parent
7ab227a5a3
commit
162dd3427a
|
@ -821,7 +821,7 @@ class Hikka:
|
||||||
else ""
|
else ""
|
||||||
)
|
)
|
||||||
logging.debug(
|
logging.debug(
|
||||||
"\n🌘 Hikka %s #%s (%s) started\n%s",
|
"\n🌘 Heroku %s #%s (%s) started\n%s",
|
||||||
".".join(list(map(str, list(__version__)))),
|
".".join(list(map(str, list(__version__)))),
|
||||||
build[:7],
|
build[:7],
|
||||||
upd,
|
upd,
|
||||||
|
@ -833,8 +833,8 @@ class Hikka:
|
||||||
logging.getLogger().handlers[0].get_logid_by_client(client.tg_id),
|
logging.getLogger().handlers[0].get_logid_by_client(client.tg_id),
|
||||||
"https://x0.at/pYQV.mp4",
|
"https://x0.at/pYQV.mp4",
|
||||||
caption=(
|
caption=(
|
||||||
"🌘 <b>Hikka {} started!</b>\n\n🌳 <b>GitHub commit SHA: <a"
|
"🌘 <b>Heroku {} started!</b>\n\n🌳 <b>GitHub commit SHA: <a"
|
||||||
' href="https://github.com/coddrago/Hikka/commit/{}">{}</a></b>\n✊'
|
' href="https://github.com/coddrago/Heroku/commit/{}">{}</a></b>\n✊'
|
||||||
" <b>Update status: {}</b>\n<b>{}</b>".format(
|
" <b>Update status: {}</b>\n<b>{}</b>".format(
|
||||||
".".join(list(map(str, list(__version__)))),
|
".".join(list(map(str, list(__version__)))),
|
||||||
build,
|
build,
|
||||||
|
|
Loading…
Reference in New Issue