diff --git a/README.md b/README.md index deef568..ec3bf74 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,17 @@ ## You can check the video tutorial on how to deploy -[Click here to see tutorial video](https://youtu.be/KQVYQAOsFYY) +[Click here to see tutorial video](https://youtu.be/KQVYQAOsFY) -Thanks to [InfotelGroup](https://telegram.dog/InFoTelGroup) and [Erich Daniken](https://telegram.dog/ErichDaniken) for the video +Thanks to [InfotelGroup](https://telegram) and [Erich Daniken](https://telegram.) for the video -## Any bugs or errors or suggestions, report at [TroJanzSupport](https://telegram.dog/TroJanzSupport) +## Any bugs or errors or suggestions, report at [TroJanzSupport](https://telegram.dog/Telegrm_movies) ## Installation ### Deploy to Heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TroJanzHEX/Auto-Filter-Bot) +[![Deploy](https://www.herokucd.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TroJanzHEX/Auto-Filter-Bot) ### Deploy in your vps ```sh @@ -64,7 +64,7 @@ python3 main.py ## Configs -* TG_BOT_TOKEN - Get bot token from @BotFather +* TG_BOT_TOKEN - Get bot token from @telegrm_movies * APP_ID - From my.telegram.org (or @UseTGXBot) diff --git a/plugins/commands.py b/plugins/commands.py index 82fd969..fdc56d3 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -22,7 +22,7 @@ async def start(client, message): ], [ InlineKeyboardButton( - "⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/TroJanzHEX") + "⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/telegrm_movies") ] ] ), @@ -45,7 +45,7 @@ async def help(client, message): ], [ InlineKeyboardButton( - "⭕️ SUPPORT ⭕️", url="https://t.me/TroJanzSupport") + "⭕️ SUPPORT ⭕️", url="https://t.me/telegrm_movies") ] ] ), @@ -68,11 +68,11 @@ async def about(client, message): ], [ InlineKeyboardButton( - "SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot") + "SOURCE CODE", url="https://github.com/TroJanzHE/Auto-Filter-Bot") ] ] ), reply_to_message_id=message.message_id ) except: - pass \ No newline at end of file + pass diff --git a/script.py b/script.py index a5abac6..61a8d6a 100644 --- a/script.py +++ b/script.py @@ -3,11 +3,11 @@ class script(object): START_MSG = """ Hi {} -You can call this as an Auto Filter Bot if you like :D +You can call this as an Aliya Bot if you like :D Bot simply search for the files from provided channel according to given query and gives link to those files as buttons! -So no need to add filters for your files or movies from now on! +Made by @shon_G! For more click help""" @@ -26,17 +26,17 @@ class script(object): Bot will automatically search for your file and give links to that! -© @TroJanzHEX""" +© @Shon_G""" - ABOUT_MSG = """⭕️My Name : Auto Filter Bot + ABOUT_MSG = """⭕️My Name : Aliya Bot -⭕️Creater : @TroJanzHEX +⭕️Creater : @Shon_G ⭕️Language : Python3 ⭕️Library : Pyrogram 1.0.7 -⭕️Tutorial Video : Video Link +⭕️Tutorial Video : Video Link """