Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
b7d0333
1
Parent(s):
5db44e3
fix when get time
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -219,7 +219,7 @@ async def chat_info_func(c: Gojo, message: Message):
|
|
219 |
await m.delete()
|
220 |
os.remove(photo)
|
221 |
except Exception as e:
|
222 |
-
await message.
|
223 |
LOGGER.error(e)
|
224 |
LOGGER.error(format_exc())
|
225 |
|
|
|
219 |
await m.delete()
|
220 |
os.remove(photo)
|
221 |
except Exception as e:
|
222 |
+
await message.reply_text(text=e)
|
223 |
LOGGER.error(e)
|
224 |
LOGGER.error(format_exc())
|
225 |
|