Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
aa6ba21
1
Parent(s):
3c19931
Nothing major
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
|
@@ -91,7 +91,7 @@ async def user_info(c: Gojo, user, already=False):
|
|
| 91 |
last_date = "User is currently Online"
|
| 92 |
elif status == "offline":
|
| 93 |
last_date = datetime.fromtimestamp(user.status.date).strftime(
|
| 94 |
-
"%
|
| 95 |
)
|
| 96 |
else:
|
| 97 |
last_date = "User is currently online"
|
|
|
|
| 91 |
last_date = "User is currently Online"
|
| 92 |
elif status == "offline":
|
| 93 |
last_date = datetime.fromtimestamp(user.status.date).strftime(
|
| 94 |
+
"%Y-%m-%d %H:%M:%S"
|
| 95 |
)
|
| 96 |
else:
|
| 97 |
last_date = "User is currently online"
|