From c688fcb925ec3994445b2f162bbcbbd45bb2e07d Mon Sep 17 00:00:00 2001 From: Vampire421 <91833744+Vampire421@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:06:25 +0530 Subject: [PATCH 1/2] Update bot.py --- bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot.py b/bot.py index d174333..0a2e5a3 100644 --- a/bot.py +++ b/bot.py @@ -11,7 +11,7 @@ API_HASH = environ.get('API_HASH', 'eb06d4abfb49dc3eeb1aeb98ae0f581e') BOT_TOKEN = environ.get('BOT_TOKEN') PDISK_API_KEY = environ.get('PDISK_API_KEY') -CHANNEL = environ.get('CHANNEL', 'MyTestBotZ') +CHANNEL = environ.get('CHANNEL', 'CDX_BOTS') bot = Client('pdisk bot', api_id=API_ID, api_hash=API_HASH, @@ -24,7 +24,7 @@ async def start(bot, message): await message.reply( f"**Hiya 👋{message.chat.first_name}!**\n\n" - "**A Simple PDisk Uploader Bot.\n\n➠ Send Me Any Direct Link, YouTube Link Or Video Link I Will Upload To PDisk And Give Direct Link\n\nMade With❤BY @MyTestBotZ**") + "**A Simple PDisk Uploader Bot.\n\n➠ Send Me Any Direct Link, YouTube Link Or Video Link I Will Upload To PDisk And Give Direct Link\n\nMade With❤BY @housefull_links & @cdx_bots**") @bot.on_message(filters.text & filters.private) @@ -144,9 +144,9 @@ async def remove_username(new_List): async def addFooter(str): footer = """ ━━━━━━━━━━━━━━━ -⦿ Made With♥️BY @OO7ROBot +⦿ Made With♥️BY @Housefull_links & @CDX_bots ━━━━━━━━━━━━━━━ -✪ »JOIN CHANNEL ➡️ t.me/""" + CHANNEL +✪ »JOIN CHANNEL ➡️ t.me/cdx_bots + CHANNEL return str + footer bot.run() From 884ce2baf4c389eef4be7c77328e96cb346a4a48 Mon Sep 17 00:00:00 2001 From: Vampire421 <91833744+Vampire421@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:09:57 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d02dbb0..99dd0e7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Upload on Pdisk by Url, File and also by direct forward post from other channel. #### The Easy Way -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/OO7ROBot/pdisk_uploader) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/Vampire421/pdisk_uploader) ##### Required Variables