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 +} 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