the banner in the terminal was changed at launch

pull/43/head
Who? 2024-12-23 21:23:45 +07:00 committed by GitHub
parent 8db41c5c6e
commit 4ffba02cfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

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