From 388274ce100ae75198eb6def4466b8e088a0a6ca Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:39:12 +0530 Subject: [PATCH 01/36] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f2dc549a..cb8667c45 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ ### Deploy -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/MRK-YT/Pro-Auto-Filter-Bot) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Filterbot4882/Pro-Auto-Filter-Bot.git) ## Configs From 6ca331704def244c73984f6522767084c181a751 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:40:15 +0530 Subject: [PATCH 02/36] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index ca517acbb..296dd7705 100644 --- a/app.json +++ b/app.json @@ -8,7 +8,7 @@ "Mongo DB" ], "website": "https://github.com/MRK-YT", - "repository": "https://github.com/MRK-YT/Pro-Auto-Filter-Bot", + "repository": "https://github.com/Filterbot4882/Pro-Auto-Filter-Bot.git", "success_url": "https://telegram.dog/mo_tech_yt/26", "env": { "APP_ID": { From cc4867960ccb3798b7ab91cd65fc188ef9860c6b Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:48:38 +0530 Subject: [PATCH 03/36] Update translation.py --- bot/translation.py | 45 +++++---------------------------------------- 1 file changed, 5 insertions(+), 40 deletions(-) diff --git a/bot/translation.py b/bot/translation.py index 4a4b77087..e391ab6de 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -5,48 +5,11 @@ class Translation(object): START_TEXT = """πŸ™‹β€β™‚οΈHey {}!! - -Am Just A Pro Auto Filter Bot....πŸ˜‰ - -Just Add Me To Your Group And Channel And Connect Them And See My Pevers πŸ”₯πŸ”₯😝 - -Watch the video below to build an Pro Autofilter bot like me... - -Subscribe to the update channel to learn about my updates and activity... - -Press /help to know about available commandsπŸ€ͺ""" +Hi bro sugaanno + """ HELP_TEXT = """ -πŸ˜‰How To Use Me!πŸ˜‰? - - --> Add Me To Any Group And Make Me Admin --> Add Me To Your Desired Channel - - -Bot Commands (Works Only In Groups) : - - -> /add chat_id - OR - To Connect A Group With A Channel (Bot Should Be Admin With Full Previlages In Both Group And Channel) - /add @Username - - -> /del chat_id - OR - To disconnect A Group With A Channel - /del @Username - - -> /delall - This Command Will Disconnect All Connected Channel With The Group And Deletes All Its File From DB - - -> /settings - This Command Will Display You A Settings Pannel Instance Which Can Be Used To Tweek Bot's Settings Accordingly - - -> Channel - Button Will Show You All The Connected Chats With The Group And Will Show Buttons Correspnding To There Order For Furthur Controls - - -> Filter Types - Button Will Show You The 3 Filter Option Available In Bot... Pressing Each Buttons Will Either Enable or Disable Them And This Will Take Into Action As Soon As You Use Them Without The Need Of A Restart - - -> Configure - Button Will Helps You To Change No. of Pages/ Buttons Per Page/ Total Result Without Acutally Editing The Repo... Also It Provide Option To Enable/Disable For Showing Invite Link In Each Results - - -> Status - Button Will Shows The Stats Of Your Channel - -MoTechYT +πŸ˜ŠπŸ˜‰ """ ABOUT_TEXT = """βž₯ πŸ“ƒName : Pro Auto Filter Bot @@ -60,4 +23,6 @@ class Translation(object): βž₯ πŸ“šLibrary : Pyrogram Asyncio 1.13.0 βž₯ πŸ“–Source Code : πŸ’₯Click Me + +Add πŸ₯³ """ From a0e9756ec24e11f2685185388e21ea41e9962630 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 18:04:55 +0530 Subject: [PATCH 04/36] Update auto_filter.py --- bot/plugins/auto_filter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/plugins/auto_filter.py b/bot/plugins/auto_filter.py index 2e4b8e7cc..e07a100db 100644 --- a/bot/plugins/auto_filter.py +++ b/bot/plugins/auto_filter.py @@ -147,13 +147,13 @@ async def auto_filter(bot, update): if len_result != 1: result[0].append( [ - InlineKeyboardButton("Next ⏩", callback_data=f"navigate(0|next|{query})") + InlineKeyboardButton("Next ➑️", callback_data=f"navigate(0|next|{query})") ] ) # Just A Decaration result[0].append([ - InlineKeyboardButton(f"πŸ”° Page 1/{len_result if len_result < max_pages else max_pages} πŸ”°", callback_data="ignore") + InlineKeyboardButton(f"πŸ“ƒ Page 1/{len_result if len_result < max_pages else max_pages} πŸ“ƒ", callback_data="ignore") ]) From cee7147a2b6c8c6754e73c919e59e8376b687ecd Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 18:29:12 +0530 Subject: [PATCH 05/36] Update commands.py --- bot/plugins/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 9052c755f..2ad14c3b6 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -35,7 +35,7 @@ async def start(bot, update): [ InlineKeyboardButton ( - 'Developers', url="https://t.me/Mo_Tech_YT" + 'channel πŸ™ƒ', url="https://t.me/filmzone_123" ) ] ] From d7d9842bfbd38d96689262c7ab95a87637be65e9 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 18:54:08 +0530 Subject: [PATCH 06/36] Update commands.py --- bot/plugins/commands.py | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 2ad14c3b6..36dd8f5a4 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -47,15 +47,7 @@ async def start(bot, update): return buttons = [[ - InlineKeyboardButton('πŸ‘¨β€πŸ’Ό π™ΌπšŠπšœπšπšŽπš›', url='https://t.me/MRK_YT'), - InlineKeyboardButton('π™·πšŽπš•πš™ πŸ€”', callback_data="help") - ],[ - InlineKeyboardButton('πŸ–₯️ πšƒπšžπšπš˜πš›πš’πšŠπš• πš…πš’πšπšŽπš˜ πŸ–₯️', url='https://youtu.be/uAHl5jvnrhk') - ],[ - InlineKeyboardButton('πŸ—£οΈ π™°πš—πš’ π™³πš˜πšžπš‹πš', url='https://t.me/Mo_Tech_group'), - InlineKeyboardButton('πš„πš™πšπšŠπšπšŽπšœ πŸ€–', url='https://t.me/Mo_Tech_YT') - ],[ - InlineKeyboardButton('πŸ’₯ πš‚πšžπš‹πšœπšŒπš›πš’πš‹πšŽ π™Όπš’ πšˆπš˜πšžπšƒπšžπš‹πšŽ π™²πš‘πšŠπš—πš—πšŽπš• πŸ’₯', url='https://youtube.com/channel/UCmGBpXoM-OEm-FacOccVKgQ') + InlineKeyboardButton('Click me 😜', callback_data="clickme" ]] reply_markup = InlineKeyboardMarkup(buttons) @@ -73,10 +65,10 @@ async def start(bot, update): @Client.on_message(filters.command(["help"]) & filters.private, group=1) async def help(bot, update): buttons = [[ - InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start'), - InlineKeyboardButton('π™°πš‹πš˜πšžπš 🚩', callback_data='about') + InlineKeyboardButton('🏑 π™·πš˜πš–πšŽ', callback_data='start'), + InlineKeyboardButton('π™°πš‹πš˜πšžπš πŸŽ‰', callback_data='about') ],[ - InlineKeyboardButton('πŸ” π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') + InlineKeyboardButton('🍁 π™²πš•πš˜πšœπšŽ 🍁', callback_data='close') ]] reply_markup = InlineKeyboardMarkup(buttons) @@ -94,12 +86,9 @@ async def help(bot, update): async def about(bot, update): buttons = [[ - InlineKeyboardButton('πŸ‘€ @π™Όπš›πš”_πšˆπšƒ πŸ‘€', url='https://t.me/MRK_YT') - ],[ - InlineKeyboardButton('πŸ‘€ @π™°πš•πš‹πšŽπš›πšπ™΄πš’πš—πšœπšπšŽπš’πš—πšƒπ™Ά πŸ‘€', url='https://t.me/AlbertEinsteinTG') - ],[ - InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start'), - InlineKeyboardButton('π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') + + InlineKeyboardButton('🏑 π™·πš˜πš–πšŽ', callback_data='start'), + InlineKeyboardButton('π™²πš•πš˜πšœπšŽ 🍁', callback_data='close') ]] reply_markup = InlineKeyboardMarkup(buttons) From d58de7c1dccc12e67c83ff81e3bee07941294178 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 20:18:13 +0530 Subject: [PATCH 07/36] Update commands.py --- bot/plugins/commands.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 36dd8f5a4..5e6d1a91e 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -47,7 +47,15 @@ async def start(bot, update): return buttons = [[ - InlineKeyboardButton('Click me 😜', callback_data="clickme" + InlineKeyboardButton('πŸ‘¨β€πŸ’Ό π™ΌπšŠπšœπšπšŽπš›', url='https://t.me/MRK_YT'), + InlineKeyboardButton('π™·πšŽπš•πš™ πŸ€”', callback_data="help") + ],[ + InlineKeyboardButton('πŸ–₯️ πšƒπšžπšπš˜πš›πš’πšŠπš• πš…πš’πšπšŽπš˜ πŸ–₯️', url='https://youtu.be/uAHl5jvnrhk') + ],[ + InlineKeyboardButton('πŸ—£οΈ π™°πš—πš’ π™³πš˜πšžπš‹πš', url='https://t.me/Mo_Tech_group'), + InlineKeyboardButton('πš„πš™πšπšŠπšπšŽπšœ πŸ€–', url='https://t.me/Mo_Tech_YT') + ],[ + InlineKeyboardButton('πŸ’₯ πš‚πšžπš‹πšœπšŒπš›πš’πš‹πšŽ π™Όπš’ πšˆπš˜πšžπšƒπšžπš‹πšŽ π™²πš‘πšŠπš—πš—πšŽπš• πŸ’₯', url='https://youtube.com/channel/UCmGBpXoM-OEm-FacOccVKgQ') ]] reply_markup = InlineKeyboardMarkup(buttons) From 6efa60317ae38cca3e4e15176d271d31de49e3f8 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 22:05:02 +0530 Subject: [PATCH 08/36] Update translation.py --- bot/translation.py | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/bot/translation.py b/bot/translation.py index e391ab6de..eef133c6d 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -5,24 +5,17 @@ class Translation(object): START_TEXT = """πŸ™‹β€β™‚οΈHey {}!! -Hi bro sugaanno - """ + Iam bot of Film zone groups +""" + - HELP_TEXT = """ -πŸ˜ŠπŸ˜‰ -""" ABOUT_TEXT = """βž₯ πŸ“ƒName : Pro Auto Filter Bot -βž₯ 😎Creator : @AlbertEinstein_TG - -βž₯ πŸ‘¨β€πŸ’»Editor : @Mrk_YT - -βž₯ πŸ—£οΈLanguage : Python3 +βž₯ Creator : @jasimmhd -βž₯ πŸ“šLibrary : Pyrogram Asyncio 1.13.0 +βž₯ Language : Python3 -βž₯ πŸ“–Source Code : πŸ’₯Click Me +βž₯ channel : πŸ’₯Click Me -Add πŸ₯³ """ From 685738304b5910b981b5c942a1b7242c36f9aa4b Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 22:06:59 +0530 Subject: [PATCH 09/36] Update commands.py --- bot/plugins/commands.py | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 5e6d1a91e..0e2609b16 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -46,17 +46,7 @@ async def start(bot, update): LOGGER(__name__).error(e) return - buttons = [[ - InlineKeyboardButton('πŸ‘¨β€πŸ’Ό π™ΌπšŠπšœπšπšŽπš›', url='https://t.me/MRK_YT'), - InlineKeyboardButton('π™·πšŽπš•πš™ πŸ€”', callback_data="help") - ],[ - InlineKeyboardButton('πŸ–₯️ πšƒπšžπšπš˜πš›πš’πšŠπš• πš…πš’πšπšŽπš˜ πŸ–₯️', url='https://youtu.be/uAHl5jvnrhk') - ],[ - InlineKeyboardButton('πŸ—£οΈ π™°πš—πš’ π™³πš˜πšžπš‹πš', url='https://t.me/Mo_Tech_group'), - InlineKeyboardButton('πš„πš™πšπšŠπšπšŽπšœ πŸ€–', url='https://t.me/Mo_Tech_YT') - ],[ - InlineKeyboardButton('πŸ’₯ πš‚πšžπš‹πšœπšŒπš›πš’πš‹πšŽ π™Όπš’ πšˆπš˜πšžπšƒπšžπš‹πšŽ π™²πš‘πšŠπš—πš—πšŽπš• πŸ’₯', url='https://youtube.com/channel/UCmGBpXoM-OEm-FacOccVKgQ') - ]] + reply_markup = InlineKeyboardMarkup(buttons) @@ -73,10 +63,10 @@ async def start(bot, update): @Client.on_message(filters.command(["help"]) & filters.private, group=1) async def help(bot, update): buttons = [[ - InlineKeyboardButton('🏑 π™·πš˜πš–πšŽ', callback_data='start'), - InlineKeyboardButton('π™°πš‹πš˜πšžπš πŸŽ‰', callback_data='about') + InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start'), + InlineKeyboardButton('π™°πš‹πš˜πšžπš 🚩', callback_data='about') ],[ - InlineKeyboardButton('🍁 π™²πš•πš˜πšœπšŽ 🍁', callback_data='close') + InlineKeyboardButton('πŸ” π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') ]] reply_markup = InlineKeyboardMarkup(buttons) @@ -94,9 +84,12 @@ async def help(bot, update): async def about(bot, update): buttons = [[ - - InlineKeyboardButton('🏑 π™·πš˜πš–πšŽ', callback_data='start'), - InlineKeyboardButton('π™²πš•πš˜πšœπšŽ 🍁', callback_data='close') + InlineKeyboardButton('πŸ‘€ @jasimmhd πŸ‘€', url='https://t.me/filmzonegroups') + ],[ + InlineKeyboardButton('πŸ‘€ @π™°πš•πš‹πšŽπš›πšπ™΄πš’πš—πšœπšπšŽπš’πš—πšƒπ™Ά πŸ‘€', url='https://t.me/AlbertEinsteinTG') + ],[ + InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start'), + InlineKeyboardButton('π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') ]] reply_markup = InlineKeyboardMarkup(buttons) From a4f06e5959e36116c9cfcabed15620626e4b6fc0 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Wed, 1 Sep 2021 23:46:25 +0530 Subject: [PATCH 10/36] Update commands.py --- bot/plugins/commands.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 0e2609b16..da394fd1c 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -48,6 +48,18 @@ async def start(bot, update): + buttons = [[ + InlineKeyboardButton('πŸ‘¨β€πŸ’Ό π™ΌπšŠπšœπšπšŽπš›', url='https://t.me/MRK_YT'), + InlineKeyboardButton('π™·πšŽπš•πš™ πŸ€”', callback_data="help") + ],[ + InlineKeyboardButton('πŸ–₯️ πšƒπšžπšπš˜πš›πš’πšŠπš• πš…πš’πšπšŽπš˜ πŸ–₯️', url='https://youtu.be/uAHl5jvnrhk') + ],[ + InlineKeyboardButton('πŸ—£οΈ π™°πš—πš’ π™³πš˜πšžπš‹πš', url='https://t.me/Mo_Tech_group'), + InlineKeyboardButton('πš„πš™πšπšŠπšπšŽπšœ πŸ€–', url='https://t.me/Mo_Tech_YT') + ],[ + InlineKeyboardButton('πŸ’₯ πš‚πšžπš‹πšœπšŒπš›πš’πš‹πšŽ π™Όπš’ πšˆπš˜πšžπšƒπšžπš‹πšŽ π™²πš‘πšŠπš—πš—πšŽπš• πŸ’₯', url='https://youtube.com/channel/UCmGBpXoM-OEm-FacOccVKgQ') + ]] + reply_markup = InlineKeyboardMarkup(buttons) await bot.send_message( @@ -84,7 +96,7 @@ async def help(bot, update): async def about(bot, update): buttons = [[ - InlineKeyboardButton('πŸ‘€ @jasimmhd πŸ‘€', url='https://t.me/filmzonegroups') + InlineKeyboardButton('πŸ‘€ @π™Όπš›πš”_πšˆπšƒ πŸ‘€', url='https://t.me/MRK_YT') ],[ InlineKeyboardButton('πŸ‘€ @π™°πš•πš‹πšŽπš›πšπ™΄πš’πš—πšœπšπšŽπš’πš—πšƒπ™Ά πŸ‘€', url='https://t.me/AlbertEinsteinTG') ],[ From 13c615185ca04ccf37476846912cb7f69de79483 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 00:16:36 +0530 Subject: [PATCH 11/36] Update commands.py --- bot/plugins/commands.py | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index da394fd1c..d882bc3e7 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -48,20 +48,6 @@ async def start(bot, update): - buttons = [[ - InlineKeyboardButton('πŸ‘¨β€πŸ’Ό π™ΌπšŠπšœπšπšŽπš›', url='https://t.me/MRK_YT'), - InlineKeyboardButton('π™·πšŽπš•πš™ πŸ€”', callback_data="help") - ],[ - InlineKeyboardButton('πŸ–₯️ πšƒπšžπšπš˜πš›πš’πšŠπš• πš…πš’πšπšŽπš˜ πŸ–₯️', url='https://youtu.be/uAHl5jvnrhk') - ],[ - InlineKeyboardButton('πŸ—£οΈ π™°πš—πš’ π™³πš˜πšžπš‹πš', url='https://t.me/Mo_Tech_group'), - InlineKeyboardButton('πš„πš™πšπšŠπšπšŽπšœ πŸ€–', url='https://t.me/Mo_Tech_YT') - ],[ - InlineKeyboardButton('πŸ’₯ πš‚πšžπš‹πšœπšŒπš›πš’πš‹πšŽ π™Όπš’ πšˆπš˜πšžπšƒπšžπš‹πšŽ π™²πš‘πšŠπš—πš—πšŽπš• πŸ’₯', url='https://youtube.com/channel/UCmGBpXoM-OEm-FacOccVKgQ') - ]] - - reply_markup = InlineKeyboardMarkup(buttons) - await bot.send_message( chat_id=update.chat.id, text=Translation.START_TEXT.format( @@ -81,7 +67,7 @@ async def help(bot, update): InlineKeyboardButton('πŸ” π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') ]] - reply_markup = InlineKeyboardMarkup(buttons) + reply_markup = InlineKeyboardMarkup(buttons) await bot.send_message( chat_id=update.chat.id, @@ -96,11 +82,9 @@ async def help(bot, update): async def about(bot, update): buttons = [[ - InlineKeyboardButton('πŸ‘€ @π™Όπš›πš”_πšˆπšƒ πŸ‘€', url='https://t.me/MRK_YT') - ],[ - InlineKeyboardButton('πŸ‘€ @π™°πš•πš‹πšŽπš›πšπ™΄πš’πš—πšœπšπšŽπš’πš—πšƒπ™Ά πŸ‘€', url='https://t.me/AlbertEinsteinTG') - ],[ - InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start'), + + + InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start') InlineKeyboardButton('π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') ]] reply_markup = InlineKeyboardMarkup(buttons) From 360b2629912c974b9cfdc2a73befdf02f37b1ad8 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 00:30:27 +0530 Subject: [PATCH 12/36] Update commands.py --- bot/plugins/commands.py | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index d882bc3e7..942ea8507 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -46,7 +46,14 @@ async def start(bot, update): LOGGER(__name__).error(e) return + buttons = [[ + + InlineKeyboardButton('Support πŸ™', url='https://t.me/filmzone_123') + ],[ + InlineKeyboardButton('Help βš™', callback_data="help") + ]] + reply_markup = InlineKeyboardMarkup(buttons) await bot.send_message( chat_id=update.chat.id, @@ -61,13 +68,13 @@ async def start(bot, update): @Client.on_message(filters.command(["help"]) & filters.private, group=1) async def help(bot, update): buttons = [[ - InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start'), - InlineKeyboardButton('π™°πš‹πš˜πšžπš 🚩', callback_data='about') + InlineKeyboardButton('Home πŸ‘»', callback_data='start'), + InlineKeyboardButton('About 🚩', callback_data='about') ],[ - InlineKeyboardButton('πŸ” π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') + InlineKeyboardButton('Close πŸ”', callback_data='close') ]] - reply_markup = InlineKeyboardMarkup(buttons) + reply_markup = InlineKeyboardMarkup(buttons) await bot.send_message( chat_id=update.chat.id, @@ -82,10 +89,8 @@ async def help(bot, update): async def about(bot, update): buttons = [[ - - - InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start') - InlineKeyboardButton('π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') + InlineKeyboardButton('Home πŸ‘»', callback_data='start'), + InlineKeyboardButton('Close πŸ”', callback_data='close') ]] reply_markup = InlineKeyboardMarkup(buttons) From d295dc92d030e01914e4b249688a25d45fa57979 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 00:58:04 +0530 Subject: [PATCH 13/36] Update translation.py --- bot/translation.py | 44 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/bot/translation.py b/bot/translation.py index eef133c6d..5a62c9d0f 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -1,21 +1,49 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# (c) @AlbertEinsteinTG & @MRK_YT +# (c) @AlbertEinsteinTG class Translation(object): - START_TEXT = """πŸ™‹β€β™‚οΈHey {}!! - Iam bot of Film zone groups -""" + START_TEXT = """Hey {}!! +Don't ask film here πŸ˜” + Im assistant manager of Flim zone group 😜 + You can ask at the Films Group + + Thankyou 😊 +""" + +Bot Commands (Works Only In Groups) : + + -> /add chat_id + OR - To Connect A Group With A Channel (Bot Should Be Admin With Full Previlages In Both Group And Channel) + /add @Username + + -> /del chat_id + OR - To disconnect A Group With A Channel + /del @Username + + -> /delall - This Command Will Disconnect All Connected Channel With The Group And Deletes All Its File From DB + -> /settings - This Command Will Display You A Settings Pannel Instance Which Can Be Used To Tweek Bot's Settings Accordingly + + -> Channel - Button Will Show You All The Connected Chats With The Group And Will Show Buttons Correspnding To There Order For Furthur Controls + + -> Filter Types - Button Will Show You The 3 Filter Option Available In Bot... Pressing Each Buttons Will Either Enable or Disable Them And This Will Take Into Action As Soon As You Use Them Without The Need Of A Restart + + -> Configure - Button Will Helps You To Change No. of Pages/ Buttons Per Page/ Total Result Without Acutally Editing The Repo... Also It Provide Option To Enable/Disable For Showing Invite Link In Each Results + + -> Status - Button Will Shows The Stats Of Your Channel + +""" - ABOUT_TEXT = """βž₯ πŸ“ƒName : Pro Auto Filter Bot + ABOUT_TEXT = """βž₯ Name : Auto Filter Bot -βž₯ Creator : @jasimmhd +βž₯ Creator : AlbertEinstein_TG -βž₯ Language : Python3 +βž₯ Language : Python3 -βž₯ channel : πŸ’₯Click Me +βž₯ Library : Pyrogram Asyncio 1.13.0 +βž₯ Source Code : Click Me """ From cdcb662a9b7e9affaf866320e0f8f9d43bb7e5ad Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 01:07:23 +0530 Subject: [PATCH 14/36] Update translation.py --- bot/translation.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bot/translation.py b/bot/translation.py index 5a62c9d0f..887e6c17a 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -39,11 +39,10 @@ class Translation(object): ABOUT_TEXT = """βž₯ Name : Auto Filter Bot -βž₯ Creator : AlbertEinstein_TG +βž₯ Creator : @jasimmhd βž₯ Language : Python3 -βž₯ Library : Pyrogram Asyncio 1.13.0 +βž₯ Library : href="https://t.me/filmzone_123" -βž₯ Source Code : Click Me """ From c00c7d9495bf8a9acd0e3d814ec491bd07182ba9 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 01:32:15 +0530 Subject: [PATCH 15/36] Update translation.py --- bot/translation.py | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/bot/translation.py b/bot/translation.py index 887e6c17a..ad4ceb6ef 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -12,30 +12,6 @@ class Translation(object): Thankyou 😊 """ - -Bot Commands (Works Only In Groups) : - - -> /add chat_id - OR - To Connect A Group With A Channel (Bot Should Be Admin With Full Previlages In Both Group And Channel) - /add @Username - - -> /del chat_id - OR - To disconnect A Group With A Channel - /del @Username - - -> /delall - This Command Will Disconnect All Connected Channel With The Group And Deletes All Its File From DB - - -> /settings - This Command Will Display You A Settings Pannel Instance Which Can Be Used To Tweek Bot's Settings Accordingly - - -> Channel - Button Will Show You All The Connected Chats With The Group And Will Show Buttons Correspnding To There Order For Furthur Controls - - -> Filter Types - Button Will Show You The 3 Filter Option Available In Bot... Pressing Each Buttons Will Either Enable or Disable Them And This Will Take Into Action As Soon As You Use Them Without The Need Of A Restart - - -> Configure - Button Will Helps You To Change No. of Pages/ Buttons Per Page/ Total Result Without Acutally Editing The Repo... Also It Provide Option To Enable/Disable For Showing Invite Link In Each Results - - -> Status - Button Will Shows The Stats Of Your Channel - -""" ABOUT_TEXT = """βž₯ Name : Auto Filter Bot From df0b35b9e3df57e0854cda5d05b54307d8803343 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 02:29:46 +0530 Subject: [PATCH 16/36] Update translation.py --- bot/translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/translation.py b/bot/translation.py index ad4ceb6ef..c4e5b0010 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -7,7 +7,7 @@ class Translation(object): START_TEXT = """Hey {}!! Don't ask film here πŸ˜” Im assistant manager of Flim zone group 😜 - You can ask at the Films Group + You can ask at the Film in Group Thankyou 😊 """ From db8f80a7981ecd235706dfff613c539a558428b1 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 05:22:10 +0530 Subject: [PATCH 17/36] Update translation.py --- bot/translation.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bot/translation.py b/bot/translation.py index c4e5b0010..0e4d9c86f 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -6,13 +6,16 @@ class Translation(object): START_TEXT = """Hey {}!! Don't ask film here πŸ˜” - Im assistant manager of Flim zone group 😜 - You can ask at the Film in Group +Im assistant manager of Flim zone group 😜 + You can ask at the Film in Group Thankyou 😊 """ - - + + HELP_TEXT = """ + 😎😎 +""" + ABOUT_TEXT = """βž₯ Name : Auto Filter Bot βž₯ Creator : @jasimmhd From 7c9e382692a84a6bfe46e6e4c23351f3d4877545 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 05:49:07 +0530 Subject: [PATCH 18/36] Update commands.py --- bot/plugins/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 942ea8507..68c4ff71c 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# (c) @AlbertEinsteinTG & @Mrk_YT +# (c) @AlbertEinsteinTG from pyrogram import filters, Client from pyrogram.types import InlineKeyboardButton, InlineKeyboardMarkup, CallbackQuery From 6421ac24c5dfb7b451fc9baf3124c191d47d6ce6 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 06:03:42 +0530 Subject: [PATCH 19/36] Update commands.py --- bot/plugins/commands.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 68c4ff71c..0e50cb82e 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# (c) @AlbertEinsteinTG +# (c) @AlbertEinsteinTG from pyrogram import filters, Client from pyrogram.types import InlineKeyboardButton, InlineKeyboardMarkup, CallbackQuery @@ -48,7 +48,7 @@ async def start(bot, update): buttons = [[ - InlineKeyboardButton('Support πŸ™', url='https://t.me/filmzone_123') + InlineKeyboardButton('channel 😊', url='https://t.me/filmzone_123') ],[ InlineKeyboardButton('Help βš™', callback_data="help") ]] @@ -68,7 +68,7 @@ async def start(bot, update): @Client.on_message(filters.command(["help"]) & filters.private, group=1) async def help(bot, update): buttons = [[ - InlineKeyboardButton('Home πŸ‘»', callback_data='start'), + InlineKeyboardButton('Home ⚑', callback_data='start'), InlineKeyboardButton('About 🚩', callback_data='about') ],[ InlineKeyboardButton('Close πŸ”', callback_data='close') @@ -89,7 +89,7 @@ async def help(bot, update): async def about(bot, update): buttons = [[ - InlineKeyboardButton('Home πŸ‘»', callback_data='start'), + InlineKeyboardButton('Home ⚑', callback_data='start'), InlineKeyboardButton('Close πŸ”', callback_data='close') ]] reply_markup = InlineKeyboardMarkup(buttons) From eeaf507764b9f76cae38f9285d02ad9230b7f2cd Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Thu, 2 Sep 2021 07:24:41 +0530 Subject: [PATCH 20/36] Update commands.py --- bot/plugins/commands.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 0e50cb82e..3d23959fd 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -68,8 +68,7 @@ async def start(bot, update): @Client.on_message(filters.command(["help"]) & filters.private, group=1) async def help(bot, update): buttons = [[ - InlineKeyboardButton('Home ⚑', callback_data='start'), - InlineKeyboardButton('About 🚩', callback_data='about') + InlineKeyboardButton('About 🚩', callback_data='about'), ],[ InlineKeyboardButton('Close πŸ”', callback_data='close') ]] @@ -89,8 +88,8 @@ async def help(bot, update): async def about(bot, update): buttons = [[ - InlineKeyboardButton('Home ⚑', callback_data='start'), - InlineKeyboardButton('Close πŸ”', callback_data='close') + + InlineKeyboardButton('Close πŸ”', callback_data='close'), ]] reply_markup = InlineKeyboardMarkup(buttons) From 0b744425a161893ed162c138060ab45896a39e89 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 02:15:24 +0530 Subject: [PATCH 21/36] Update callback.py --- bot/plugins/callback.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bot/plugins/callback.py b/bot/plugins/callback.py index 57ca29774..2a8169fac 100644 --- a/bot/plugins/callback.py +++ b/bot/plugins/callback.py @@ -1680,10 +1680,7 @@ async def callback_data(bot, update: CallbackQuery): elif query_data == "about": buttons = [[ - InlineKeyboardButton('πŸ‘€ @π™Όπš›πš”_πšˆπšƒ πŸ‘€', url='https://t.me/MRK_YT') - ],[ - InlineKeyboardButton('π™ΌπšŠπšœπšπšŽπš› @π™°πš•πš‹πšŽπš›πšπ™΄πš’πš—πšœπšπšŽπš’πš—πšƒπ™Ά', url='https://t.me/AlbertEinsteinTG') - ],[ + InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start'), InlineKeyboardButton('π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') ]] From e9b9223cd380faff7fb587ac500af81e498580e4 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 02:29:27 +0530 Subject: [PATCH 22/36] Jas --- https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git | 1 + 1 file changed, 1 insertion(+) create mode 100644 https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git diff --git a/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git b/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git @@ -0,0 +1 @@ + From 280996add2a547b3fd80b3aa4cfaf3160ac1a7a8 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 02:48:45 +0530 Subject: [PATCH 23/36] Delete Pro-Auto-Filter-Bot.git --- https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git | 1 - 1 file changed, 1 deletion(-) delete mode 100644 https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git diff --git a/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git b/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git deleted file mode 100644 index 8b1378917..000000000 --- a/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git +++ /dev/null @@ -1 +0,0 @@ - From cb05e87abdb2034c67efb5ec70b6b79b92c0fc92 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 02:53:30 +0530 Subject: [PATCH 24/36] Update callback.py --- bot/plugins/callback.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/plugins/callback.py b/bot/plugins/callback.py index 2a8169fac..11e00c9f8 100644 --- a/bot/plugins/callback.py +++ b/bot/plugins/callback.py @@ -1662,7 +1662,7 @@ async def callback_data(bot, update: CallbackQuery): elif query_data == "help": buttons = [[ - InlineKeyboardButton('Home ⚑', callback_data='start'), + InlineKeyboardButton('Home ⚑', callback_data='close'), InlineKeyboardButton('About 🚩', callback_data='about') ],[ InlineKeyboardButton('Close πŸ”', callback_data='close') @@ -1681,7 +1681,7 @@ async def callback_data(bot, update: CallbackQuery): elif query_data == "about": buttons = [[ - InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='start'), + InlineKeyboardButton('🏠 π™·πš˜πš–πšŽ', callback_data='close'), InlineKeyboardButton('π™²πš•πš˜πšœπšŽ πŸ”', callback_data='close') ]] From 8fcb968b476831d8d6f7d87174f6d2278b113ce2 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 02:57:03 +0530 Subject: [PATCH 25/36] jocker1 --- https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git | 1 + 1 file changed, 1 insertion(+) create mode 100644 https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git diff --git a/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git b/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git @@ -0,0 +1 @@ + From e05d41f5829c95cba7cbcbd4d4a26615663e04fb Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 02:57:41 +0530 Subject: [PATCH 26/36] Jocker1 --- https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git | 1 - 1 file changed, 1 deletion(-) delete mode 100644 https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git diff --git a/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git b/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git deleted file mode 100644 index 8b1378917..000000000 --- a/https:/github.com/Filterbot4882/Pro-Auto-Filter-Bot.git +++ /dev/null @@ -1 +0,0 @@ - From cece9bded579a097ff8cc7a28086bf03be45617e Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 03:07:38 +0530 Subject: [PATCH 27/36] Create Filterbot4882 --- bot/Filterbot4882 | 1 + 1 file changed, 1 insertion(+) create mode 100644 bot/Filterbot4882 diff --git a/bot/Filterbot4882 b/bot/Filterbot4882 new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/bot/Filterbot4882 @@ -0,0 +1 @@ + From 0fef9d0dbd4f43003d4ac79118456af9f55e45d6 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 03:16:42 +0530 Subject: [PATCH 28/36] Update translation.py --- bot/translation.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bot/translation.py b/bot/translation.py index 0e4d9c86f..4ffd4b7e9 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -5,15 +5,15 @@ class Translation(object): START_TEXT = """Hey {}!! -Don't ask film here πŸ˜” -Im assistant manager of Flim zone group 😜 - You can ask at the Film in Group + Don't ask film here πŸ˜” + Im assistant manager of Flim zone group 😜 + You can ask at the Film in Group Thankyou 😊 """ HELP_TEXT = """ - 😎😎 + Hi how are you? πŸ₯° """ ABOUT_TEXT = """βž₯ Name : Auto Filter Bot @@ -22,6 +22,6 @@ class Translation(object): βž₯ Language : Python3 -βž₯ Library : href="https://t.me/filmzone_123" +βž₯ Library : @filmzone_123 """ From d5788fe929cbfe4c1dbdae7f241442cdafbda83b Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 03:28:25 +0530 Subject: [PATCH 29/36] Update translation.py --- bot/translation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/translation.py b/bot/translation.py index 4ffd4b7e9..2300b0593 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -5,9 +5,9 @@ class Translation(object): START_TEXT = """Hey {}!! - Don't ask film here πŸ˜” - Im assistant manager of Flim zone group 😜 - You can ask at the Film in Group + Don't ask film here❗ + Im assistant manager of Flim zone group + You can ask at the Film in Group🎦 Thankyou 😊 """ From f59b78b219cfeaf2b8025400661eecfd155af978 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Sat, 4 Sep 2021 17:04:24 +0530 Subject: [PATCH 30/36] Create Jasim --- Jasim | 1 + 1 file changed, 1 insertion(+) create mode 100644 Jasim diff --git a/Jasim b/Jasim new file mode 100644 index 000000000..3c69c82e3 --- /dev/null +++ b/Jasim @@ -0,0 +1 @@ +Bot pro From 7759c8dbd1f0920c85d748b7841377d562497720 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Mon, 27 Sep 2021 19:16:29 +0530 Subject: [PATCH 31/36] Update translation.py --- bot/translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/translation.py b/bot/translation.py index 2300b0593..37f27e80c 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -7,7 +7,7 @@ class Translation(object): START_TEXT = """Hey {}!! Don't ask film here❗ Im assistant manager of Flim zone group - You can ask at the Film in Group🎦 + You can ask them Films in the Group🎦 Thankyou 😊 """ From bad222284b16bbc328383f33b6bf855dab907b79 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Mon, 27 Sep 2021 19:19:25 +0530 Subject: [PATCH 32/36] Update commands.py --- bot/plugins/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/plugins/commands.py b/bot/plugins/commands.py index 3d23959fd..fd492957c 100644 --- a/bot/plugins/commands.py +++ b/bot/plugins/commands.py @@ -35,7 +35,7 @@ async def start(bot, update): [ InlineKeyboardButton ( - 'channel πŸ™ƒ', url="https://t.me/filmzone_123" + 'channel πŸ™ƒ', url="https://t.me/filmzone0" ) ] ] @@ -48,7 +48,7 @@ async def start(bot, update): buttons = [[ - InlineKeyboardButton('channel 😊', url='https://t.me/filmzone_123') + InlineKeyboardButton('channel 😊', url='https://t.me/filmzone0') ],[ InlineKeyboardButton('Help βš™', callback_data="help") ]] From b4ef2a35ede62e00e4a01dc17dde73a892c005d7 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Mon, 27 Sep 2021 19:20:22 +0530 Subject: [PATCH 33/36] Update translation.py --- bot/translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/translation.py b/bot/translation.py index 37f27e80c..326305c99 100644 --- a/bot/translation.py +++ b/bot/translation.py @@ -22,6 +22,6 @@ class Translation(object): βž₯ Language : Python3 -βž₯ Library : @filmzone_123 +βž₯ Library : @filmzone0 """ From ba806069d98e0a727624ba0b7d8cd4970608605d Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Mon, 27 Sep 2021 19:27:55 +0530 Subject: [PATCH 34/36] Create Proopbro --- Proopbro | 1 + 1 file changed, 1 insertion(+) create mode 100644 Proopbro diff --git a/Proopbro b/Proopbro new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Proopbro @@ -0,0 +1 @@ + From b3dc5decfdba66831e80991e81b72e257a69078e Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Mon, 27 Sep 2021 19:40:06 +0530 Subject: [PATCH 35/36] Delete Jasim --- Jasim | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Jasim diff --git a/Jasim b/Jasim deleted file mode 100644 index 3c69c82e3..000000000 --- a/Jasim +++ /dev/null @@ -1 +0,0 @@ -Bot pro From 542a436f6b92679e16cc504cfcd1670dd839a6c7 Mon Sep 17 00:00:00 2001 From: Filterbot4882 <89912454+Filterbot4882@users.noreply.github.com> Date: Mon, 27 Sep 2021 19:41:46 +0530 Subject: [PATCH 36/36] Delete Proopbro --- Proopbro | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Proopbro diff --git a/Proopbro b/Proopbro deleted file mode 100644 index 8b1378917..000000000 --- a/Proopbro +++ /dev/null @@ -1 +0,0 @@ -