diff --git a/bot.py b/bot.py index d174333..2d696b8 100644 --- a/bot.py +++ b/bot.py @@ -23,8 +23,8 @@ @bot.on_message(filters.command('start') & filters.private) 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**") + f"**Heyya 👋{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 @FilmyFather_Latest**") @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 @RequestingHub ━━━━━━━━━━━━━━━ ✪ »JOIN CHANNEL ➡️ t.me/""" + CHANNEL return str + footer