Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
7ac55fa
1
Parent(s):
6a7b90b
Looks good
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -248,7 +248,7 @@ async def chat_info_func(c: Gojo, message: Message):
|
|
248 |
await m.delete()
|
249 |
await sleep(2)
|
250 |
return await message.reply_text(info_caption, disable_web_page_preview=True)
|
251 |
-
|
252 |
photo = await c.download_media(photo_id)
|
253 |
await m.delete()
|
254 |
await sleep(2)
|
|
|
248 |
await m.delete()
|
249 |
await sleep(2)
|
250 |
return await message.reply_text(info_caption, disable_web_page_preview=True)
|
251 |
+
|
252 |
photo = await c.download_media(photo_id)
|
253 |
await m.delete()
|
254 |
await sleep(2)
|