Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
49a551d
1
Parent(s):
8d04f57
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"
|