From 2bc0b2d7ed45aa1bfcd70564f17901d8ae627de9 Mon Sep 17 00:00:00 2001
From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com>
Date: Fri, 19 Nov 2021 18:43:04 +0530
Subject: [PATCH 01/19] Update script.py
---
script.py | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/script.py b/script.py
index 63671648..1a562c0a 100644
--- a/script.py
+++ b/script.py
@@ -1,17 +1,25 @@
class script(object):
- START_MSG = """ Hi {}
+ START_MSG = """ ęĢđ˛ {}
-You can call this as an Auto Filter Bot if you like :D
+đ.đ
-This is Version 2 of Auto Filter Bot
+đđ§ đđ§đĄđđ§đđđ đđŽđđ¨ đđĸđĨđđđĢ đđ¨đ đĻđđđ đđ˛ @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk
-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"""
+
+
+
+
+
+
+
+
+đ
đ¨đĢ đĻđ¨đĢđ đđđđđĸđĨđŦ đđĨđĸđđ¤ đđđĨđ¨đ° help"""
HELP_MSG = """How to use the bot??
@@ -53,17 +61,17 @@ class script(object):
Bot will automatically search for your files and give links to that!
-Š @TroJanzHEX"""
+Š @thewarriorsreal"""
- ABOUT_MSG = """âī¸My Name : Auto Filter Bot V2
+ ABOUT_MSG = """âī¸My Name : đŊęĢęĢ áĨ´đŗęĢęĒđŊęĒŽđŗ ęĒŽá ģ ęĒęĒļęĒļ
-âī¸Creater : @TroJanzHEX
+âī¸Creater : @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk
âī¸Language : Python3
âī¸Library : Pyrogram 1.0.7
-âī¸Tutorial Video : Video Link
+âī¸đŗęĒŽđ˛ęĒ ęĒŽęĒđŗ á§đŗęĒŽęĒĪ : đŊęĢęĢ áĨ´đŗęĢęĒđŊęĒŽđŗ ęĒŽá ģ ęĒęĒļęĒļ
"""
From a08eb5263c91aa164108f94aecb3e07a9734420f Mon Sep 17 00:00:00 2001
From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com>
Date: Fri, 19 Nov 2021 18:45:13 +0530
Subject: [PATCH 02/19] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 258d70b3..06465255 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Auto Filter Bot V2
+# đŊęĢęĢ áĨ´đŗęĢęĒđŊęĒŽđŗ ęĒŽá ģ ęĒęĒļęĒļ
@@ -71,7 +71,7 @@ Thanks to [InfotelGroup](https://telegram.dog/InFoTelGroup) and [Erich Daniken]( ## Installation ### Deploy to Heroku -[](https://heroku.com/deploy?template=https://github.com/TroJanzHEX/Auto-Filter-Bot-V2) +[](https://heroku.com/deploy?template=https://github.com/ANKIT3690/Auto-Filter-Bot-V2) ### Deploy in your vps ```sh From 29fddf1ceaa51269874474c8cc744c667197ead0 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Fri, 19 Nov 2021 18:58:47 +0530 Subject: [PATCH 03/19] 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 10bdf930..c13dc236 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/defenderofthemultiverse") ] ] ), @@ -45,7 +45,7 @@ async def help(client, message): ], [ InlineKeyboardButton( - "âī¸ SUPPORT âī¸", url="https://t.me/TroJanzSupport") + "âī¸ SUPPORT âī¸", url="https://t.me/thewarriorsreal") ] ] ), @@ -68,11 +68,11 @@ async def about(client, message): ], [ InlineKeyboardButton( - "SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot-V2") + "SOURCE CODE", url="https://t.me/ANKIT3690") ] ] ), reply_to_message_id=message.message_id ) except: - pass \ No newline at end of file + pass From eb86f1dab79a2d6c436de5c4f4e13a92f77489b3 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Fri, 19 Nov 2021 19:00:51 +0530 Subject: [PATCH 04/19] Update script.py --- script.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/script.py b/script.py index 1a562c0a..b9744c7f 100644 --- a/script.py +++ b/script.py @@ -11,15 +11,7 @@ class script(object): đđ§đĨđ˛ đđ¨đĢđ¤đŦ đđ¨đĢ đĻđ˛ đđĢđđđđ¨đĢ - - - - - - - - -đ đ¨đĢ đĻđ¨đĢđ đđđđđĸđĨđŦ đđĨđĸđđ¤ đđđĨđ¨đ° help""" +đ đ¨đĢ đĻđ¨đĢđ đđđđđĸđĨđŦ đđĨđĸđđ¤ đđđĨđ¨đ° How to use?""" HELP_MSG = """How to use the bot?? From 7d36b23870db23c1f287147aa2ac4c80202ad86d Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Fri, 19 Nov 2021 19:13:22 +0530 Subject: [PATCH 05/19] Update filters.py --- plugins/filters.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index 8806b57b..8637a94f 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -177,7 +177,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("HELP", callback_data="help_data"), InlineKeyboardButton("ABOUT", callback_data="about_data")], - [InlineKeyboardButton("âī¸ JOIN OUR CHANNEL âī¸", url="https://t.me/TroJanzHEX")] + [InlineKeyboardButton("âī¸ JOIN OUR CHANNEL âī¸", url="https://t.me/defenderofthemultiverse")] ]) await query.message.edit_text( @@ -192,7 +192,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="start_data"), InlineKeyboardButton("ABOUT", callback_data="about_data")], - [InlineKeyboardButton("âī¸ SUPPORT âī¸", url="https://t.me/TroJanzSupport")] + [InlineKeyboardButton("âī¸ SUPPORT âī¸", url="https://t.me/thewarriorsreal")] ]) await query.message.edit_text( @@ -207,7 +207,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="help_data"), InlineKeyboardButton("START", callback_data="start_data")], - [InlineKeyboardButton("SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot-V2")] + [InlineKeyboardButton("SOURCE CODE", url="https://t.me/thewarriorsreal")] ]) await query.message.edit_text( @@ -226,7 +226,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): await query.message.delete() else: - await query.answer("Thats not for you!!",show_alert=True) + await query.answer("Thats not for you!!if you want request it first @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk",show_alert=True) def split_list(l, n): From e5cdbc2bad1e4fbccae581dd63163e81bcf0fc03 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Fri, 19 Nov 2021 19:14:40 +0530 Subject: [PATCH 06/19] Update filters.py --- plugins/filters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index 8637a94f..fef26eea 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -207,7 +207,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="help_data"), InlineKeyboardButton("START", callback_data="start_data")], - [InlineKeyboardButton("SOURCE CODE", url="https://t.me/thewarriorsreal")] + [InlineKeyboardButton("SOURCE CODE", url="https://t.me/ANKIT3690")] ]) await query.message.edit_text( @@ -226,7 +226,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): await query.message.delete() else: - await query.answer("Thats not for you!!if you want request it first @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk",show_alert=True) + await query.answer("Thats not for you!!if you want request it first OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk",show_alert=True) def split_list(l, n): From 4f92e0ea6c7c84c0fe879f1dd5d5394a41678824 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 16:10:03 +0530 Subject: [PATCH 07/19] Update filters.py --- plugins/filters.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index fef26eea..92fb1bff 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -75,7 +75,12 @@ async def filter(client: Bot, message: Message): ) buttons.append( [InlineKeyboardButton(text=f"đ Pages 1/{data['total']}",callback_data="pages")] + + butttons.append( + [InlinekeyboardButton(text="@ANKIT3690", callback_data="OWNER")] ) + buttons.append( + [InlinekeyboardButton (text="@Saurav3BV6SA9LLElon7Musk", callback_data="OWNER")] await message.reply_text( f" Here is the result for {message.text}", @@ -207,7 +212,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="help_data"), InlineKeyboardButton("START", callback_data="start_data")], - [InlineKeyboardButton("SOURCE CODE", url="https://t.me/ANKIT3690")] + [InlineKeyboardButton("OWNER", url="https://t.me/ANKIT3690")] ]) await query.message.edit_text( @@ -226,7 +231,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): await query.message.delete() else: - await query.answer("Thats not for you!!if you want request it first OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk",show_alert=True) + await query.answer("Thats not for you!!if you want, request it first OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk",show_alert=True) def split_list(l, n): From 6fefc68a197a6de832f615b68a4cdc17524d4885 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 16:12:17 +0530 Subject: [PATCH 08/19] Update app.json --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index ef655654..eae10818 100644 --- a/app.json +++ b/app.json @@ -46,11 +46,11 @@ }, "VID_SEARCH": { "description": "Should bot search for video files in channels ( Give 'yes' or 'no' )", - "value": "no" + "value": "yes" }, "MUSIC_SEARCH": { "description": "Should bot search for music files in channels ( Give 'yes' or 'no' )", - "value": "no" + "value": "yes" } }, "buildpacks": [ @@ -64,4 +64,4 @@ "size": "free" } } -} \ No newline at end of file +} From 4eda8e3b4462fe1b0e1ac94bf81f1f6dff10646e Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 16:13:09 +0530 Subject: [PATCH 09/19] Update config.py --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 6d89bddf..5cf148a5 100644 --- a/config.py +++ b/config.py @@ -29,10 +29,10 @@ DOC_SEARCH = os.environ.get("DOC_SEARCH", "yes").lower() # Should bot search for video files in channels -VID_SEARCH = os.environ.get("VID_SEARCH", "no").lower() +VID_SEARCH = os.environ.get("VID_SEARCH", "yes").lower() # Should bot search for music files in channels -MUSIC_SEARCH = os.environ.get("MUSIC_SEARCH", "no").lower() +MUSIC_SEARCH = os.environ.get("MUSIC_SEARCH", "yes").lower() From fb4d1a819e916e532bfaf92a25f9a4f648d60721 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 19:57:12 +0530 Subject: [PATCH 10/19] Update script.py --- script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.py b/script.py index b9744c7f..53f097e2 100644 --- a/script.py +++ b/script.py @@ -64,6 +64,6 @@ class script(object): âī¸Library : Pyrogram 1.0.7 -âī¸đŗęĒŽđ˛ęĒ ęĒŽęĒđŗ á§đŗęĒŽęĒĪ : đŊęĢęĢ áĨ´đŗęĢęĒđŊęĒŽđŗ ęĒŽá ģ ęĒęĒļęĒļ +âī¸đŗęĒŽđ˛ęĒ ęĒŽęĒđŗ á§đŗęĒŽęĒĪ : đŊęĢęĢ áĨ´đŗęĢęĒđŊęĒŽđŗ ęĒŽá ģ ęĒęĒļęĒļ """ From 8bbf9b35faffb86474cfd87d7c6cf58d3ee3cee5 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 20:00:32 +0530 Subject: [PATCH 11/19] Update filters.py --- plugins/filters.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/filters.py b/plugins/filters.py index 92fb1bff..42ce991b 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -212,7 +212,8 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="help_data"), InlineKeyboardButton("START", callback_data="start_data")], - [InlineKeyboardButton("OWNER", url="https://t.me/ANKIT3690")] + [InlineKeyboardButton("OWNER", url="https://t.me/ANKIT3690")], + [InlinekeyboardButton ("OWNER", url="https://t.me/Saurav3BV6SA9LLElon7Musk")] ]) await query.message.edit_text( From dc560930e996c3eb1c412d0b5b1345fa6de63c53 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 20:20:00 +0530 Subject: [PATCH 12/19] Update filters.py --- plugins/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filters.py b/plugins/filters.py index 42ce991b..d24af928 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -76,7 +76,7 @@ async def filter(client: Bot, message: Message): buttons.append( [InlineKeyboardButton(text=f"đ Pages 1/{data['total']}",callback_data="pages")] - butttons.append( + buttons.append( [InlinekeyboardButton(text="@ANKIT3690", callback_data="OWNER")] ) buttons.append( From 4598369313f4757d68cd356c3b3d309b0042b2cb Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 20:34:00 +0530 Subject: [PATCH 13/19] Update filters.py --- plugins/filters.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index d24af928..8e8782cd 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -76,14 +76,8 @@ async def filter(client: Bot, message: Message): buttons.append( [InlineKeyboardButton(text=f"đ Pages 1/{data['total']}",callback_data="pages")] - buttons.append( - [InlinekeyboardButton(text="@ANKIT3690", callback_data="OWNER")] - ) - buttons.append( - [InlinekeyboardButton (text="@Saurav3BV6SA9LLElon7Musk", callback_data="OWNER")] - await message.reply_text( - f" Here is the result for {message.text}", + f" Here is the result for {message.text} OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk", reply_markup=InlineKeyboardMarkup(buttons) ) From f720d51c6d51760ca2ca6c6e8229faddcf9ade49 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 21:45:59 +0530 Subject: [PATCH 14/19] Update filters.py --- plugins/filters.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index 8e8782cd..bcd8bf2d 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -80,8 +80,7 @@ async def filter(client: Bot, message: Message): f" Here is the result for {message.text} OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk", reply_markup=InlineKeyboardMarkup(buttons) ) - - + return @Client.on_callback_query() async def cb_handler(client: Bot, query: CallbackQuery): clicked = query.from_user.id From 2298e82f5472963bab6cc9524b3f5251bb3b128a Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 22:27:59 +0530 Subject: [PATCH 15/19] Update filters.py --- plugins/filters.py | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index bcd8bf2d..8ec08b5f 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -28,8 +28,8 @@ @Client.on_message(filters.group & filters.text) async def filter(client: Bot, message: Message): - if re.findall("((^\/|^,|^!|^\.|^[\U0001F600-\U000E007F]).*)", message.text): - return + #if re.findall("((^\/|^,|^!|^\.|^[\U0001F600-\U000E007F]).*)", message.text): + #return if 2 < len(message.text) < 50: btn = [] @@ -62,7 +62,7 @@ async def filter(client: Bot, message: Message): [InlineKeyboardButton(text="đ Pages 1/1",callback_data="pages")] ) await message.reply_text( - f" Here is the result for {message.text}", + f" Here is the result for {message.text} ęĒŽáęĒęĢđŗ: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk", reply_markup=InlineKeyboardMarkup(buttons) ) return @@ -75,12 +75,14 @@ async def filter(client: Bot, message: Message): ) buttons.append( [InlineKeyboardButton(text=f"đ Pages 1/{data['total']}",callback_data="pages")] + ) await message.reply_text( - f" Here is the result for {message.text} OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk", + f" Here is the result for {message.text} ęĒŽáęĒęĢđŗ: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk", reply_markup=InlineKeyboardMarkup(buttons) ) - return + + @Client.on_callback_query() async def cb_handler(client: Bot, query: CallbackQuery): clicked = query.from_user.id @@ -91,11 +93,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): if query.data.startswith("next"): await query.answer() ident, index, keyword = query.data.split("_") - try: - data = BUTTONS[keyword] - except KeyError: - await query.answer("You are using this for one of my old message, please send the request again.",show_alert=True) - return + data = BUTTONS[keyword] if int(index) == int(data["total"]) - 2: buttons = data['buttons'][int(index)+1].copy() @@ -130,11 +128,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): elif query.data.startswith("back"): await query.answer() ident, index, keyword = query.data.split("_") - try: - data = BUTTONS[keyword] - except KeyError: - await query.answer("You are using this for one of my old message, please send the request again.",show_alert=True) - return + data = BUTTONS[keyword] if int(index) == 1: buttons = data['buttons'][int(index)-1].copy() @@ -175,7 +169,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("HELP", callback_data="help_data"), InlineKeyboardButton("ABOUT", callback_data="about_data")], - [InlineKeyboardButton("âī¸ JOIN OUR CHANNEL âī¸", url="https://t.me/defenderofthemultiverse")] + [InlineKeyboardButton("âī¸ JOIN OUR GROUP âī¸", url="https://t.me/defenderofthemultiverse")] ]) await query.message.edit_text( @@ -205,8 +199,8 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="help_data"), InlineKeyboardButton("START", callback_data="start_data")], - [InlineKeyboardButton("OWNER", url="https://t.me/ANKIT3690")], - [InlinekeyboardButton ("OWNER", url="https://t.me/Saurav3BV6SA9LLElon7Musk")] + [InlineKeyboardButton("ęĒŽáęĒęĢđŗ", url="https://t.me/thewarriorsreal")], + [InlinekeyboardButton("ęĒŽáęĒęĢđŗ", url="https://t.me/Saurav3BV6SA9LLElon7Musk")] ]) await query.message.edit_text( @@ -225,7 +219,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): await query.message.delete() else: - await query.answer("Thats not for you!!if you want, request it first OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk",show_alert=True) + await query.answer("Thats not for you!! đ If you want it request it again OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk,show_alert=True) def split_list(l, n): From edb251513696b5d893ef1176e51b047e4c10542f Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 22:35:42 +0530 Subject: [PATCH 16/19] Update filters.py --- plugins/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filters.py b/plugins/filters.py index 8ec08b5f..f594e2eb 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -219,7 +219,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): await query.message.delete() else: - await query.answer("Thats not for you!! đ If you want it request it again OWNER: @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk,show_alert=True) + await query.answer("OWNER: @ANKIT3690 &@Saurav3BV6SA9LLElon7Musk Thats not for you!! đ If you want it request it again",show_alert=True) def split_list(l, n): From a1db181a4b3255393c3df3c04f7f29bd033f4d3f Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 22:44:42 +0530 Subject: [PATCH 17/19] Update filters.py --- plugins/filters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index f594e2eb..f7e0cf37 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -199,8 +199,8 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="help_data"), InlineKeyboardButton("START", callback_data="start_data")], - [InlineKeyboardButton("ęĒŽáęĒęĢđŗ", url="https://t.me/thewarriorsreal")], - [InlinekeyboardButton("ęĒŽáęĒęĢđŗ", url="https://t.me/Saurav3BV6SA9LLElon7Musk")] + [InlineKeyboardButton("OWNER, url="https://t.me/ANKIT3690")] + ]) await query.message.edit_text( From 9abefaa616b22e23f15decd0f8360a980716aef7 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 22:49:57 +0530 Subject: [PATCH 18/19] Update filters.py --- plugins/filters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index f7e0cf37..02900999 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -169,7 +169,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("HELP", callback_data="help_data"), InlineKeyboardButton("ABOUT", callback_data="about_data")], - [InlineKeyboardButton("âī¸ JOIN OUR GROUP âī¸", url="https://t.me/defenderofthemultiverse")] + [InlineKeyboardButton("âī¸ JOIN OUR CHANNEL âī¸", url="https://t.me/defenderofthemultiverse")] ]) await query.message.edit_text( @@ -184,7 +184,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="start_data"), InlineKeyboardButton("ABOUT", callback_data="about_data")], - [InlineKeyboardButton("âī¸ SUPPORT âī¸", url="https://t.me/thewarriorsreal")] + [InlineKeyboardButton("âī¸ JOIN OUR GROUP âī¸", url="https://t.me/thewarriorsreal")] ]) await query.message.edit_text( From 710c393760f1fb382b63bf76bbdbd2bcb1864b87 Mon Sep 17 00:00:00 2001 From: ANKIT3690 <93529237+ANKIT3690@users.noreply.github.com> Date: Sat, 20 Nov 2021 23:02:39 +0530 Subject: [PATCH 19/19] Update filters.py --- plugins/filters.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/filters.py b/plugins/filters.py index 02900999..a36e4228 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -199,8 +199,7 @@ async def cb_handler(client: Bot, query: CallbackQuery): keyboard = InlineKeyboardMarkup([ [InlineKeyboardButton("BACK", callback_data="help_data"), InlineKeyboardButton("START", callback_data="start_data")], - [InlineKeyboardButton("OWNER, url="https://t.me/ANKIT3690")] - + [InlineKeyboardButton("OWNER", url="https://t.me/ANKIT3690")] ]) await query.message.edit_text(