Captain Ezio commited on
Commit
c224902
·
1 Parent(s): f976c5a

fix when get time

Browse files
Files changed (1) hide show
  1. 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.edit_text(text=e)
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