Skip to content

Commit 8e1f14b

Browse files
authored
10130723
1 parent b0c5db4 commit 8e1f14b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

main.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ async def start_msg(client,message):
6060
except Exception as e:
6161
print(e)
6262
await message.reply(f"__Send the username and password along with the command \n\n**syntax : /login username password**__")
63-
63+
64+
@instadown.on_message(filters.command('help'))
65+
async def start_msg(client,message):
66+
user_id=str(message.from_user.id)
67+
name=message.from_user.first_name
68+
await message.reply(f"__ It’s simple use me just send the instagram post / reels link to me i will download and send it for you !__")
6469

6570
@instadown.on_message(filters.regex(r"(?i)^(https?\:\/\/)?(www\.instagram\.com)\/reel\/.+$"))
6671
async def ig_reel_dl(client,message):

0 commit comments

Comments
 (0)