From 44c8ef46fd6289fd287cb30e773d105e02c8e84f Mon Sep 17 00:00:00 2001 From: sachin9742s <86321236+sachin9742s@users.noreply.github.com> Date: Fri, 9 Jul 2021 14:16:37 +0530 Subject: [PATCH 1/4] Update app.json --- app.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app.json b/app.json index ef655654..a252a51a 100644 --- a/app.json +++ b/app.json @@ -1,16 +1,16 @@ { - "name": "Auto Filter Bot", + "name": "Kiccha Auto Filter Bot", "description": "Kind of a filter bot where you don't have to add filters manually.", - "logo": "https://telegra.ph/file/71aaa621508cd696ab538.jpg", + "logo": "https://telegra.ph/file/6c85fa605544676320f74.jpg", "keywords": [ "Auto", "Filter", "Telegram Bot", - "TroJanzHEX" + "KicchaRequest" ], - "website": "https://TroJanzHEX.me", + "website": "https://t.me/KicchaRequest.me", "repository": "https://github.com/TroJanzHEX/Auto-Filter-Bot-V2", - "success_url": "https://telegram.dog/TroJanzHEX", + "success_url": "https://t.me/KicchaRequest", "env": { "TG_BOT_TOKEN": { "description": "You Telegram Bot Token from @BotFather", @@ -64,4 +64,4 @@ "size": "free" } } -} \ No newline at end of file +} From c4020677a36a19232ff036a5de3f079da82e56aa Mon Sep 17 00:00:00 2001 From: sachin9742s <86321236+sachin9742s@users.noreply.github.com> Date: Fri, 9 Jul 2021 14:18:38 +0530 Subject: [PATCH 2/4] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 45b672f9..c5c9c324 100644 --- a/bot.py +++ b/bot.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# @trojanzhex +# @KicchaRequest from pyrogram import ( From 22324322a9757efd54566dca1939e3f3d2a49e57 Mon Sep 17 00:00:00 2001 From: sachin9742s <86321236+sachin9742s@users.noreply.github.com> Date: Fri, 9 Jul 2021 14:19:40 +0530 Subject: [PATCH 3/4] Update user.py --- user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.py b/user.py index 5d13fb45..95ac3b75 100644 --- a/user.py +++ b/user.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# @trojanzhex +# @KicchaRequest from pyrogram import ( From b276d3a47bf70b0ef60e606af5a40847be7b0b51 Mon Sep 17 00:00:00 2001 From: sachin9742s <86321236+sachin9742s@users.noreply.github.com> Date: Fri, 9 Jul 2021 14:23:04 +0530 Subject: [PATCH 4/4] Update script.py --- script.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/script.py b/script.py index 63671648..6967c549 100644 --- a/script.py +++ b/script.py @@ -30,7 +30,7 @@ class script(object): or * /add @channelusername - Links channel to your group. -NOTE : You can get your channel ID from @ChannelidHEXbot +NOTE : You can get your channel ID from @KicchaRequest * /del channelid - Delinks channel from group @@ -53,17 +53,17 @@ class script(object): Bot will automatically search for your files and give links to that! -© @TroJanzHEX""" +© @KicchaRequest""" - ABOUT_MSG = """⭕️My Name : Auto Filter Bot V2 + ABOUT_MSG = """⭕️My Name :Kiccha Auto Filter Bot V2 -⭕️Creater : @TroJanzHEX +⭕️Creater : @KicchaRequest -⭕️Language : Python3 +⭕️Language : t.me/KicchaRequest -⭕️Library : Pyrogram 1.0.7 +⭕️Library : Pyrogram 1.0.7 -⭕️Tutorial Video : Video Link +⭕️Main Channel : Video Link """