Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script.py #26

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
17 changes: 7 additions & 10 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ async def start(client, message):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("HELP", callback_data="help_data"),
InlineKeyboardButton("ABOUT", callback_data="about_data"),

],
[
InlineKeyboardButton(
"⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/TroJanzHEX")
"🔰 GROUP 🔰", url="https://t.me/MOVIE_ARCADE")
]
]
),
Expand All @@ -41,11 +40,10 @@ async def help(client, message):
[
[
InlineKeyboardButton("BACK", callback_data="start_data"),
InlineKeyboardButton("ABOUT", callback_data="about_data"),

],
[
InlineKeyboardButton(
"⭕️ SUPPORT ⭕️", url="https://t.me/TroJanzSupport")

]
]
),
Expand All @@ -64,15 +62,14 @@ async def about(client, message):
[
[
InlineKeyboardButton("BACK", callback_data="help_data"),
InlineKeyboardButton("START", callback_data="start_data"),

],
[
InlineKeyboardButton(
"SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot-V2")

]
]
),
reply_to_message_id=message.message_id
)
except:
pass
pass
22 changes: 6 additions & 16 deletions script.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ class script(object):

START_MSG = """ <b>Hi {}

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

This is Version 2 of Auto Filter Bot

Bot gives button link to files in connected channels on query !

No need to add filters for your files or movies from now on!

For more click <i>help</i></b>"""
I am a auto filter bot specially made of [Movie arcade](https://t.me/MOVIE_ARCADE).</b>"""


HELP_MSG = """<b>How to use the bot??</b>
Expand Down Expand Up @@ -53,17 +45,15 @@ class script(object):
Bot will automatically search for your files and give links to that!


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


ABOUT_MSG = """⭕️<b>My Name : Auto Filter Bot V2</b>
ABOUT_MSG = """⭕️<b>My Name : AUTO FILTER BOT </b>

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

⭕️<b>Language :</b> <code>Python3</code>
⭕️<b>Creater :</b> @JINN_007

⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
⭕️<b>Group :</b> <a https://t.me/MOVIE_ARCADE </a>

⭕️<b>Tutorial Video :</b> <a href='https://youtu.be/KQVYQAOsFYY'>Video Link</a>
⭕️<b>Promotion :</b> <a @Help_desk1_bot</a>

"""