Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pdisk Uploader Bot 🔥
# FilmyFather Pdisk Uploader Bot 🔥

Upload on Pdisk by Url, File and also by direct forward post from other channel...

Expand Down
9 changes: 6 additions & 3 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
async def start(bot, message):
await message.reply(
f"**𝗛𝗘𝗟𝗟𝗢🎈{message.chat.first_name}!**\n\n"
"𝐈'𝐦 𝐚 𝐏𝐝𝐢𝐬𝐤 𝐔𝐩𝐥𝐨𝐚𝐝𝐞𝐫 𝐛𝐨𝐭. 𝐉𝐮𝐬𝐭 𝐬𝐞𝐧𝐝 𝐦𝐞 𝐥𝐢𝐧𝐤, 𝐟𝐢𝐥𝐞 𝐨𝐫 𝐅𝐮𝐥𝐥 𝐩𝐨𝐬𝐭...\𝐧\𝐧 𝐓𝐡𝐢𝐬 𝐛𝐨𝐭 𝐢𝐬 𝐦𝐚𝐝𝐞 𝐛𝐲 @ParitoshPky💖")

"🙋 Heyya {mention}
I Am A Pdisk Uploader Bot Just Send Me Any Direct Links And Get Back Instantly Pdisk Link .
But I Am Only Made For @FilmyFather_Latest Channel.
Users Send Me Any File & See The Magic!
💡 Powerd By: @FilmyFather_Latest

@bot.on_message(filters.text & filters.private)
async def pdisk_uploader(bot, message):
Expand Down Expand Up @@ -144,7 +147,7 @@ async def remove_username(new_List):
async def addFooter(str):
footer = """
━━━━━━━━━━━━━━━
⚙️ How to Download / Watch Online or Change Audio : https://bit.ly/3m4gabB
Join Our Requesting Group :- @RequestingHub
━━━━━━━━━━━━━━━
⭐️JOIN CHANNEL ➡️ t.me/""" + CHANNEL
return str + footer
Expand Down