mirror of https://github.com/coddrago/Heroku
the banner in the terminal was changed at launch
parent
8db41c5c6e
commit
4ffba02cfe
|
@ -806,8 +806,11 @@ class Hikka:
|
|||
upd = "Update required" if diff else "Up-to-date"
|
||||
|
||||
logo = (
|
||||
"█ █ █ █▄▀ █▄▀ ▄▀█\n"
|
||||
"█▀█ █ █ █ █ █ █▀█\n\n"
|
||||
" _ \n"
|
||||
" /\ /\ ___ _ __ ___ | | __ _ _ \n"
|
||||
" / /_/ // _ \| '__|/ _ \ | |/ /| | | |\n"
|
||||
"/ __ /| __/| | | (_) || < | |_| |\n"
|
||||
"\/ /_/ \___||_| \___/ |_|\_\ \__,_|\n\n"
|
||||
f"• Build: {build[:7]}\n"
|
||||
f"• Version: {'.'.join(list(map(str, list(__version__))))}\n"
|
||||
f"• {upd}\n"
|
||||
|
|
Loading…
Reference in New Issue