diff --git a/app.json b/app.json index 6fc213c..590301c 100644 --- a/app.json +++ b/app.json @@ -6,8 +6,8 @@ "pdisk", "shortner" ], - "website": "https://telegram.me/MyTestBotZ", - "repository": "https://github.com/OO7ROBot/pdisk_uploader", + "website": "https://telegram.me/moviezbarn", + "repository": "https://github.com/royfds/pdisk_uploader", "env": { "BOT_TOKEN": { "description": "Your bot token (must add)", diff --git a/bot.py b/bot.py index d174333..4959011 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', '@Moviezbarn') 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 @moviezbarn**") @bot.on_message(filters.text & filters.private) @@ -144,7 +144,7 @@ async def remove_username(new_List): async def addFooter(str): footer = """ ━━━━━━━━━━━━━━━ -⦿ Made With♥️BY @OO7ROBot +⦿ Made With♥️BY @moviezbarn ━━━━━━━━━━━━━━━ ✪ »JOIN CHANNEL ➡️ t.me/""" + CHANNEL return str + footer