Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
eb1ad22
1
Parent(s):
0817b1a
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]
|