Captain Ezio commited on
Commit
d8d7492
·
1 Parent(s): aa59328

minor changes

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +2 -2
Powers/plugins/info.py CHANGED
@@ -196,7 +196,7 @@ async def info_func(c: Gojo, message: Message):
196
  await message.reply_text("Can't find user to fetch info!")
197
 
198
  m = await message.reply_text(
199
- f"Fetching user info of user {message.from_user.id}..."
200
  )
201
 
202
  try:
@@ -258,7 +258,7 @@ async def chat_info_func(c: Gojo, message: Message):
258
  )
259
 
260
  m = await message.reply_text(
261
- f"Fetching chat info of chat **{message.chat.title}**....."
262
  )
263
 
264
  info_caption, photo_id = await chat_info(c, chat=chat)
 
196
  await message.reply_text("Can't find user to fetch info!")
197
 
198
  m = await message.reply_text(
199
+ f"Fetching user info from telegram's database..."
200
  )
201
 
202
  try:
 
258
  )
259
 
260
  m = await message.reply_text(
261
+ f"Fetching chat info of chat from telegram's database....."
262
  )
263
 
264
  info_caption, photo_id = await chat_info(c, chat=chat)