Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
0648c02
1
Parent(s):
e2da036
Looks good
Browse files- Powers/plugins/info.py +1 -3
Powers/plugins/info.py
CHANGED
|
@@ -195,9 +195,7 @@ async def info_func(c: Gojo, message: Message):
|
|
| 195 |
if not user:
|
| 196 |
await message.reply_text("Can't find user to fetch info!")
|
| 197 |
|
| 198 |
-
m = await message.reply_text(
|
| 199 |
-
f"Fetching user info from telegram's database..."
|
| 200 |
-
)
|
| 201 |
|
| 202 |
try:
|
| 203 |
info_caption, photo_id = await user_info(c, user)
|
|
|
|
| 195 |
if not user:
|
| 196 |
await message.reply_text("Can't find user to fetch info!")
|
| 197 |
|
| 198 |
+
m = await message.reply_text(f"Fetching user info from telegram's database...")
|
|
|
|
|
|
|
| 199 |
|
| 200 |
try:
|
| 201 |
info_caption, photo_id = await user_info(c, user)
|