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

Looks good

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +1 -3
Powers/plugins/info.py CHANGED
@@ -195,9 +195,7 @@ async def info_func(c: Gojo, message: Message):
195
  if not user:
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:
203
  info_caption, photo_id = await user_info(c, user)
 
195
  if not user:
196
  await message.reply_text("Can't find user to fetch info!")
197
 
198
+ m = await message.reply_text(f"Fetching user info from telegram's database...")
 
 
199
 
200
  try:
201
  info_caption, photo_id = await user_info(c, user)