iamgojoof6eyes commited on
Commit
9061025
·
1 Parent(s): fa6f4d3

Minor improvement

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +1 -1
Powers/plugins/info.py CHANGED
@@ -206,7 +206,7 @@ async def chat_info_func(c: Gojo, message: Message):
206
  chat = splited[1]
207
 
208
 
209
- m = await message.reply_text(f"Fetching chat info of chat {chat}.....")
210
 
211
  info_caption, photo_id = await chat_info(c, chat=chat)
212
  if not photo_id:
 
206
  chat = splited[1]
207
 
208
 
209
+ m = await message.reply_text(f"Fetching chat info of chat **{chat.title}**.....")
210
 
211
  info_caption, photo_id = await chat_info(c, chat=chat)
212
  if not photo_id: