mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-30 12:24:52 +00:00
Add "Login successful" message upon login
This commit is contained in:
parent
ecaba45523
commit
7ed9cd6759
1 changed files with 2 additions and 0 deletions
|
|
@ -585,6 +585,8 @@ class Client(Methods, BaseClient):
|
|||
self.password = None
|
||||
self.user_id = r.user.id
|
||||
|
||||
print("Login successful")
|
||||
|
||||
def fetch_peers(self, entities: list):
|
||||
for entity in entities:
|
||||
if isinstance(entity, types.User):
|
||||
|
|
|
|||
Loading…
Reference in a new issue