Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
b2b36e4
1
Parent(s):
59fe4e1
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 |
)
|