From 071630b8ccf2d66f8e7021f635ed73e43c657e41 Mon Sep 17 00:00:00 2001 From: Bcaboter <87797001+Bcaboter@users.noreply.github.com> Date: Thu, 22 Jul 2021 10:58:18 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) From f3d1355326e3907251883334d24fc1b4fedd74b2 Mon Sep 17 00:00:00 2001 From: Bcaboter <87797001+Bcaboter@users.noreply.github.com> Date: Thu, 22 Jul 2021 10:59:48 +0530 Subject: [PATCH 2/3] Update commands.py --- plugins/commands.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 From 6458e3211bcdb14a2e9745d73af10d7cc1d6e0ee Mon Sep 17 00:00:00 2001 From: Bcaboter <87797001+Bcaboter@users.noreply.github.com> Date: Thu, 22 Jul 2021 11:03:27 +0530 Subject: [PATCH 3/3] Update script.py --- script.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 """