mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 14:22:53 -03:00
😁 Button Added Sir 🤓
This commit is contained in:
@@ -125,7 +125,9 @@ async def start(b, m):
|
||||
|
||||
msg_text = "Bruh! 😁\nYour Link Generated! 🤓\n\n📂 **File Name:** `{}`\n**File Size:** `{}`\n\n📥 **Download Link:** `{}`"
|
||||
await m.reply_text(
|
||||
text=msg_text.format(file_name, file_size, stream_link)
|
||||
text=msg_text.format(file_name, file_size, stream_link),
|
||||
parse_mode="Markdown",
|
||||
reply_markup=InlineKeyboardMarkup([[InlineKeyboardButton("Download Now", url=stream_link)]])
|
||||
)
|
||||
|
||||
|
||||
@@ -179,4 +181,4 @@ async def help_handler(bot, message):
|
||||
[InlineKeyboardButton("Developer", url="https://t.me/AbirHasan2005")]
|
||||
]
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user