Captain Ezio commited on
Commit
d5a325a
·
1 Parent(s): 3972d11

Update info.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +1 -1
Powers/plugins/info.py CHANGED
@@ -221,7 +221,7 @@ async def chat_info_func(c: Gojo, message: Message):
221
  except Exception as e:
222
  await message.edit(chat_id=message.chat.id,
223
  message_id=message.id,
224
- e)
225
  LOGGER.error(e)
226
  LOGGER.error(format_exc())
227
 
 
221
  except Exception as e:
222
  await message.edit(chat_id=message.chat.id,
223
  message_id=message.id,
224
+ text=e)
225
  LOGGER.error(e)
226
  LOGGER.error(format_exc())
227