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: 6 additions & 6 deletions plugins/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ async def cb_handler(client, query):

elif query.data == "help_data":
await query.answer()
keyboard = InlineKeyboardMarkup(
keyboard = InlineKeyboardMarkup(Group", url="https://t.me/filmcornermm")
[
[
InlineKeyboardButton("How to Deploy?", url="https://youtu.be/hkmc3e7U7R4"),
InlineKeyboardButton("GROUP", url="https://t.me/filmcornermm""),
InlineKeyboardButton("About Me", callback_data="about_data")
],
[
InlineKeyboardButton("BOT Channel", url="https://t.me/TroJanzHEX"),
InlineKeyboardButton("Support Group", url="https://t.me/TroJanzSupport")
InlineKeyboardButton("Channel", url="https://t.me/publicchannalin"),
InlineKeyboardButton("Group", url="https://t.me/filmcornermm")
]
]
)
Expand All @@ -70,7 +70,7 @@ async def cb_handler(client, query):
[
[
InlineKeyboardButton(
"SOURCE CODE", url="https://github.com/TroJanzHEX/Unlimited-Filter-Bot")
"SOURCE CODE", url="https://t.me/filmcornermm"")
],
[
InlineKeyboardButton("BACK", callback_data="help_data"),
Expand Down Expand Up @@ -280,4 +280,4 @@ async def cb_handler(client, query):
alerts = ast.literal_eval(alerts)
alert = alerts[int(i)]
alert = alert.replace("\\n", "\n").replace("\\t", "\t")
await query.answer(alert,show_alert=True)
await query.answer(alert,show_alert=True)
56 changes: 5 additions & 51 deletions script.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,16 @@ class Script(object):

START_MSG = """<b>Hy {},

I'm an advanced filter bot with many capabilities!
There is no practical limits for my filtering capacity :)

See <i>/help</i> for commands and more details.</b>
"""
ഈ ബോട്ട് FILM CORNER ഗ്രൂപ്പിലേക്ക് ഉള്ളത് എന്ന് ഇനി വീണ്ടും വീണ്ടും പറയണോ??
അപ്പോ പിന്നെ എന്തിനാ വീണ്ടും വീണ്ടും സ്റ്റാർട്ട് കുത്തി കളിക്കാൻ വരുന്നേ... ആ സൈഡിലോട്ട് എങ്ങാനും മാറി ഇരിക്ക്‌ ഇനി🤭🤭"""


HELP_MSG = """
<i>Add me as admin in your group and start filtering :)</i>


<b>Basic Commands;</b>

/start - Check if I'm alive!
/help - Command help
/about - Something about me!


<b>Filter Commands;</b>

<code>/add name reply</code> - Add filter for name

<code>/del name</code> - Delete filter

<code>/delall</code> - Delete entire filters (Group Owner Only!)

<code>/viewfilters</code> - List all filters in chat

<i>നീ ഏതാ..... ഒന്ന് പോടെയ് അവൻ help ചോയ്ച്ച് വന്നിരിക്കുന്നു😤...I'm Different Bot U Know"""

<b>Connection Commands;</b>

<code>/connect groupid</code> - Connect your group to my PM. You can also simply use,
<code>/connect</code> in groups.
ABOUT_MSG = """⭕️<b>My Name : Tovino 2.0 Bot</b>

<code>/connections</code> - Manage your connections.
⭕️<b>Creater :</b> @smile_killer_010


<b>Extras;</b>

/status - Shows current status of your bot (Auth User Only)

/id - Shows ID information

<code>/info userid</code> - Shows User Information. Use <code>/info</code> as reply to some message for their details!


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


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

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

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

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

"""