From ba0991ccc46b2beb31ed9e9252e14468fb4e9b3c Mon Sep 17 00:00:00 2001 From: sachin9742s <86321236+sachin9742s@users.noreply.github.com> Date: Thu, 8 Jul 2021 10:09:44 +0530 Subject: [PATCH 1/2] Rocky Auto Filter Bot.app --- app.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index ed38340..27b5631 100644 --- a/app.json +++ b/app.json @@ -1,5 +1,5 @@ { - "name": "Auto Filter Bot", + "name": "Rocky 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", "keywords": [ @@ -31,6 +31,14 @@ "MAINCHANNEL_ID": { "description": "ID of Channel from which the bot should search files", "value": "" + }, + "JOIN_MAIN_CHANNEL": { + "description": "JOIN_MAIN_CHANNEL", + "value": "" + }, + "TEXT_MEG_PH": { + "description": "TEXT_MEG_PH", + "value": "" } }, "buildpacks": [ @@ -44,4 +52,4 @@ "size": "free" } } -} \ No newline at end of file +} From 050e7b4d20f141fb25dadd5e98a5d46264a8714a Mon Sep 17 00:00:00 2001 From: sachin9742s <86321236+sachin9742s@users.noreply.github.com> Date: Thu, 8 Jul 2021 10:16:12 +0530 Subject: [PATCH 2/2] Rocky Auto Filter Bot --- script.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script.py b/script.py index a5abac6..e93a3d6 100644 --- a/script.py +++ b/script.py @@ -1,7 +1,7 @@ class script(object): - START_MSG = """ Hi {} + START_MSG = """ You can call this as an Auto Filter Bot if you like :D @@ -26,12 +26,12 @@ class script(object): Bot will automatically search for your file and give links to that! -© @TroJanzHEX""" +© @KicchaRequest""" - ABOUT_MSG = """⭕️My Name : Auto Filter Bot + ABOUT_MSG = """⭕️My Name : Rocky Auto Filter Bot -⭕️Creater : @TroJanzHEX +⭕️Creater : @KicchaRequest ⭕️Language : Python3