Initial Commit

This commit is contained in:
Avishkar Patil
2021-06-05 12:59:49 +05:30
committed by GitHub
parent 5e0b86bc7b
commit c847de4685

View File

@@ -122,7 +122,7 @@ async def channel_receive_handler(bot, broadcast):
message_id=broadcast.message_id,
reply_markup=InlineKeyboardMarkup(
[
[InlineKeyboardButton("Dɴʟᴀᴅ ʟɪɴᴋ 📥", url=f"https://xtreamfile.herokuapp.com/{str(log_msg.message_id)}")] # Change Name According to Your App / Site Name
[InlineKeyboardButton("Dɴʟᴀᴅ ʟɪɴᴋ 📥", url=stream_link)] # Change Name According to Your App / Site Name
]
)
)