Add successful login message

pull/1/head
hikariatama 2023-03-03 21:12:09 +00:00
parent ff85bfb6e6
commit 385526512f
1 changed files with 1 additions and 0 deletions

View File

@ -635,6 +635,7 @@ class Hikka:
break
print_banner("success.txt")
print("\033[0;92mLogged in successfully!\033[0m")
await self.save_client_session(client)
self.clients += [client]
return True