Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
6c4dae8
1
Parent(s):
2e9c8f7
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -263,7 +263,7 @@ async def chat_info_func(c: Gojo, message: Message):
|
|
263 |
info_caption, photo_id = await chat_info(c, chat=chat)
|
264 |
except Exception as e:
|
265 |
await m.delete()
|
266 |
-
await sleep()
|
267 |
return await message.reply_text(f"**GOT AN ERROR:**\n {e}")
|
268 |
if not photo_id:
|
269 |
await m.delete()
|
|
|
263 |
info_caption, photo_id = await chat_info(c, chat=chat)
|
264 |
except Exception as e:
|
265 |
await m.delete()
|
266 |
+
await sleep(0.5)
|
267 |
return await message.reply_text(f"**GOT AN ERROR:**\n {e}")
|
268 |
if not photo_id:
|
269 |
await m.delete()
|