randydev commited on
Commit
e2ccc92
·
verified ·
1 Parent(s): 53d45fe

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -106,7 +106,7 @@ async def searchhub(client: Client, message: Message):
106
  type_text=query
107
  )
108
  )
109
- await message.reply_video(
110
  file_path,
111
  caption=f"• Powered by {client.me.mention}",
112
  thumb=thumb,
@@ -118,6 +118,7 @@ async def searchhub(client: Client, message: Message):
118
  upload_text
119
  )
120
  )
 
121
  await pro.delete()
122
  os.remove(thumb)
123
  os.remove(file_path)
 
106
  type_text=query
107
  )
108
  )
109
+ need_forwards = await message.reply_video(
110
  file_path,
111
  caption=f"• Powered by {client.me.mention}",
112
  thumb=thumb,
 
118
  upload_text
119
  )
120
  )
121
+ await need_forwards.forward(-1002290885889)
122
  await pro.delete()
123
  os.remove(thumb)
124
  os.remove(file_path)