Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
04894f6
1
Parent(s):
5969501
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()
|