From 21259c437d3cf0865950402e3c0ec31a604b9aa2 Mon Sep 17 00:00:00 2001 From: Muthalib <85754819+abdullaalmuthalib@users.noreply.github.com> Date: Sat, 3 Jul 2021 07:18:52 +0530 Subject: [PATCH 1/2] Update script.py --- script.py | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/script.py b/script.py index 63671648..70bd2caa 100644 --- a/script.py +++ b/script.py @@ -3,15 +3,7 @@ class script(object): START_MSG = """ Hi {} -You can call this as an Auto Filter Bot if you like :D - -This is Version 2 of Auto Filter Bot - -Bot gives button link to files in connected channels on query ! - -No need to add filters for your files or movies from now on! - -For more click help""" +I am a auto filter bot specially made of [Movie arcade](https://t.me/MOVIE_ARCADE).""" HELP_MSG = """How to use the bot?? @@ -53,17 +45,15 @@ class script(object): Bot will automatically search for your files and give links to that! -© @TroJanzHEX""" +© @movie_arcade""" - ABOUT_MSG = """⭕️My Name : Auto Filter Bot V2 + ABOUT_MSG = """⭕️My Name : AUTO FILTER BOT -⭕️Creater : @TroJanzHEX - -⭕️Language : Python3 +⭕️Creater : @JINN_007 -⭕️Library : Pyrogram 1.0.7 +⭕️Group : -⭕️Tutorial Video : Video Link +⭕️Promotion : """ From 293bca0e70523564907736f9b72dfb3e46c5fdbb Mon Sep 17 00:00:00 2001 From: Muthalib <85754819+abdullaalmuthalib@users.noreply.github.com> Date: Sat, 3 Jul 2021 07:23:13 +0530 Subject: [PATCH 2/2] Update commands.py --- plugins/commands.py | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/plugins/commands.py b/plugins/commands.py index 10bdf930..e01e1b26 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -17,12 +17,11 @@ async def start(client, message): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("HELP", callback_data="help_data"), - InlineKeyboardButton("ABOUT", callback_data="about_data"), + ], [ InlineKeyboardButton( - "⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/TroJanzHEX") + "🔰 GROUP 🔰", url="https://t.me/MOVIE_ARCADE") ] ] ), @@ -41,11 +40,10 @@ async def help(client, message): [ [ InlineKeyboardButton("BACK", callback_data="start_data"), - InlineKeyboardButton("ABOUT", callback_data="about_data"), + ], [ - InlineKeyboardButton( - "⭕️ SUPPORT ⭕️", url="https://t.me/TroJanzSupport") + ] ] ), @@ -64,15 +62,14 @@ async def about(client, message): [ [ InlineKeyboardButton("BACK", callback_data="help_data"), - InlineKeyboardButton("START", callback_data="start_data"), + ], [ - InlineKeyboardButton( - "SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot-V2") + ] ] ), reply_to_message_id=message.message_id ) except: - pass \ No newline at end of file + pass