Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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": [
Expand All @@ -44,4 +52,4 @@
"size": "free"
}
}
}
}
8 changes: 4 additions & 4 deletions script.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class script(object):


START_MSG = """ <b>Hi {}
START_MSG = """<a href='https://telegra.ph/file/52714d7aec32e13ee51a4.jpg'>

You can call this as an Auto Filter Bot if you like :D

Expand All @@ -26,12 +26,12 @@ class script(object):
Bot will automatically search for your file and give links to that!
</i>

<b>© @TroJanzHEX</b>"""
<b>© @KicchaRequest</b>"""


ABOUT_MSG = """⭕️<b>My Name : Auto Filter Bot</b>
ABOUT_MSG = """⭕️<b>My Name : Rocky Auto Filter Bot</b>

⭕️<b>Creater :</b> @TroJanzHEX
⭕️<b>Creater :</b> @KicchaRequest

⭕️<b>Language :</b> <code>Python3</code>

Expand Down