We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c5db4 commit 8e1f14bCopy full SHA for 8e1f14b
main.py
@@ -60,7 +60,12 @@ async def start_msg(client,message):
60
except Exception as e:
61
print(e)
62
await message.reply(f"__Send the username and password along with the command \n\n**syntax : /login username password**__")
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 !__")
69
70
@instadown.on_message(filters.regex(r"(?i)^(https?\:\/\/)?(www\.instagram\.com)\/reel\/.+$"))
71
async def ig_reel_dl(client,message):
0 commit comments