Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
e44597a
1
Parent(s):
e05fc78
Nothing major
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -195,7 +195,7 @@ async def info_func(c: Gojo, message: Message):
|
|
195 |
)
|
196 |
|
197 |
try:
|
198 |
-
info_caption, photo_id = await user_info(c, user
|
199 |
LOGGER.info(
|
200 |
f"{message.from_user.id} tried to fetch user info of user {message.from_user.id} in {message.chat.id}"
|
201 |
)
|
|
|
195 |
)
|
196 |
|
197 |
try:
|
198 |
+
info_caption, photo_id = await user_info(c, user)
|
199 |
LOGGER.info(
|
200 |
f"{message.from_user.id} tried to fetch user info of user {message.from_user.id} in {message.chat.id}"
|
201 |
)
|