Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
1a96a39
1
Parent(s):
9cab3bd
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
|
@@ -36,7 +36,7 @@ def change(
|
|
| 36 |
return text
|
| 37 |
|
| 38 |
|
| 39 |
-
async def user_info(user, already=False):
|
| 40 |
if not already:
|
| 41 |
user = await Gojo.get_users(user)
|
| 42 |
if not user.first_name:
|
|
|
|
| 36 |
return text
|
| 37 |
|
| 38 |
|
| 39 |
+
async def user_info(user: User, already=False):
|
| 40 |
if not already:
|
| 41 |
user = await Gojo.get_users(user)
|
| 42 |
if not user.first_name:
|