Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
7023596
1
Parent(s):
f82a50e
Update info.py
Browse files- Powers/plugins/info.py +1 -2
Powers/plugins/info.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
|
3 |
from pyrogram.types import Message
|
4 |
|
5 |
-
from Powers import
|
6 |
from Powers.bot_class import Gojo
|
7 |
from Powers.utils.custom_filters import command
|
8 |
|
@@ -36,7 +36,6 @@ async def get_user_info(user, already=False):
|
|
36 |
last_date = user.last_online_date
|
37 |
else:
|
38 |
last_date = "User is currently online"
|
39 |
-
mention = user.mention()
|
40 |
body = {
|
41 |
"ID": user_id,
|
42 |
"DC": dc_id,
|
|
|
2 |
|
3 |
from pyrogram.types import Message
|
4 |
|
5 |
+
from Powers import DEV_USERS, SUDO_USERS, WHITELIST_USERS, SUPPORT_STAFF
|
6 |
from Powers.bot_class import Gojo
|
7 |
from Powers.utils.custom_filters import command
|
8 |
|
|
|
36 |
last_date = user.last_online_date
|
37 |
else:
|
38 |
last_date = "User is currently online"
|
|
|
39 |
body = {
|
40 |
"ID": user_id,
|
41 |
"DC": dc_id,
|