Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
ceb3352
1
Parent(s):
01ef1b7
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -48,7 +48,7 @@ async def get_user_info(user, already=False):
|
|
48 |
"Bot" : is_bot,
|
49 |
"Fake" : is_fake,
|
50 |
"Status" : status,
|
51 |
-
"Last seen" : last_date,
|
52 |
}
|
53 |
caption = body
|
54 |
return [caption, photo_id]
|
|
|
48 |
"Bot" : is_bot,
|
49 |
"Fake" : is_fake,
|
50 |
"Status" : status,
|
51 |
+
"Last seen" : [last_date],
|
52 |
}
|
53 |
caption = body
|
54 |
return [caption, photo_id]
|