diff --git a/README.md b/README.md index 4f7d9b7..04d04f1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Make short link by using [𝐏𝐝𝐢𝐬𝐤](https://www.cofilink.com/use-api #### 𝐓𝐡𝐞 𝐄𝐚𝐬𝐲 𝐖𝐚𝐲 -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/truexdice/PdiskVideoBot) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://github.com/Pdiskbot/PdiskVideoBot) ##### 𝐑𝐞𝐪𝐮𝐢𝐫𝐞𝐝 𝐕𝐚𝐫𝐢𝐚𝐛𝐥𝐞𝐬 diff --git a/bot.py b/bot.py index 98690a3..d375eeb 100644 --- a/bot.py +++ b/bot.py @@ -26,7 +26,7 @@ async def start(bot, message): await message.reply( f"**𝐇𝐞𝐥𝐥𝐨! 👨‍💻{message.chat.first_name}!**\n\n" - "𝐈'𝐦 𝐚 𝐏𝐝𝐢𝐬𝐤 𝐔𝐩𝐥𝐨𝐚𝐝𝐞𝐫 𝐛𝐨𝐭. 𝐉𝐮𝐬𝐭 𝐬𝐞𝐧𝐝 𝐦𝐞 𝐥𝐢𝐧𝐤 𝐨𝐫 𝐅𝐮𝐥𝐥 𝐩𝐨𝐬𝐭... \n 𝐓𝐡𝐢𝐬 𝐛𝐨𝐭 𝐢𝐬 𝐦𝐚𝐝𝐞 𝐛𝐲 [Mr Punisher](https://t.me/mrpunisher52)") + "𝐈'𝐦 𝐚 M𝐝𝐢𝐬𝐤 𝐔𝐩𝐥𝐨𝐚𝐝𝐞𝐫 𝐛𝐨𝐭. 𝐉𝐮𝐬𝐭 𝐬𝐞𝐧𝐝 𝐦𝐞 𝐥𝐢𝐧𝐤 𝐨𝐫 𝐅𝐮𝐥𝐥 𝐩𝐨𝐬𝐭... \n 𝐓𝐡𝐢𝐬 𝐛𝐨𝐭 𝐢𝐬 𝐦𝐚𝐝𝐞 𝐛𝐲 [Mr Punisher](https://t.me/mrpunisher52)") @bot.on_message(filters.text & filters.private) @@ -84,7 +84,7 @@ async def get_ptitle(url): async def pdisk_up(link): - if ('pdisk' in link or 'kuklink' in link or 'kofilink' in link or 'cofilink' in link or 'bit' in link or link in 'vdshort' or link in 'vidrivers'): + if ('pdisk' in link or 'kuklink' in link or 'kofilink' in link or 'cofilink' in link or 'bit' in link or link in 'vdshort' or link in 'vidrivers' or link in 'dplinks' or link in 'droppx'): res = await get_ptitle(link) title_pdisk = res[0] link = res[1] @@ -147,9 +147,7 @@ async def remove_username(new_List): async def addFooter(str): footer = """ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ - Join Our Main Channel - @hornyworld22 - - Our meme channel - @desi_memez + Droplink tutorial - https://t.me/hornyworld22/13 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ⭐️JOIN CHANNEL ➡️ t.me/""" + CHANNEL diff --git a/heroku.yml b/heroku.yml new file mode 100644 index 0000000..8eec25b --- /dev/null +++ b/heroku.yml @@ -0,0 +1,3 @@ +build: + docker: + web: Dockerfile