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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
Thanks to [InfotelGroup](https://telegram.dog/InFoTel_Group) and [Erich Daniken](https://telegram.dog/ErichDaniken) for the video


## Any bugs or errors or suggestions, report at [RJMALLU](https://t.me/RJMALLU)
## Any bugs or errors or suggestions, report at [KDLOVERTECH](https://t.me/KDLOVERTECH)


## Installation

### Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/DarkDevil1265/Unlimited-filter-bot-RJ)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/KDLOVERTECH/Unlimited-filter-bot-RJ)

### Deploy in your vps
```sh
Expand Down
6 changes: 3 additions & 3 deletions plugins/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ async def cb_handler(client, query):
keyboard = InlineKeyboardMarkup(
[
[
InlineKeyboardButton("🔰Join Channel🔰", url="https://t.me/malluinstafollowers"),
InlineKeyboardButton("🔰Join Channel🔰", url="https://t.me/KDLOVERTECH"),
InlineKeyboardButton("About Me", callback_data="about_data")
],
[
InlineKeyboardButton("🔰Join Group🔰", url="https://t.me/malluinstaufollowers"),
InlineKeyboardButton("details about Group", url="https://t.me/Malluinstabot")
InlineKeyboardButton("🔰Join Group🔰", url="https://t.me/kannada_movies_groups"),
InlineKeyboardButton("details about Group", url="https://t.me/KDLOVER_bot")
]
]
)
Expand Down
6 changes: 3 additions & 3 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,12 @@ async def help(client, message):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("🔰Join Channel🔰", url="https://t.me/malluinstafollowers"),
InlineKeyboardButton("🔰Join Channel🔰", url="https://t.me/KDLOVERTECH"),
InlineKeyboardButton("About Me", callback_data="about_data")
],
[
InlineKeyboardButton("🔰Join Group🔰", url="https://t.me/malluinstaufollowers"),
InlineKeyboardButton("details about Group", url="https://t.me/Malluinstabot")
InlineKeyboardButton("🔰Join Group🔰", url="https://t.me/kannada_movies_groups"),
InlineKeyboardButton("details about Group", url="https://t.me/KDLOVER_bot")
]
]
),
Expand Down
8 changes: 4 additions & 4 deletions script.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Script(object):
START_MSG = """<b>Hello {} How are you🌹,

I'm an advanced filter bot with many capabilities!
Made by @RJMALLU
Made by @KDLOVERTECH

See <i>/help</i> for commands and more details.</b>
"""
Expand Down Expand Up @@ -48,13 +48,13 @@ class Script(object):
<code>/info userid</code> - Shows User Information. Use <code>/info</code> as reply to some message for their details!


<b>© @RJMALLU </b>
<b>© @KDLOVERTECH </b>
"""


ABOUT_MSG = """⭕️<b>My Name :</b> <a href='http://t.me/Poli_ano_bot/'UNLIMITED FILTER BOT RJ</a>
ABOUT_MSG = """⭕️<b>My Name :</b> <a href='http://t.me/kdlover_bot/'KDLOVERTECH</a>

⭕️<b>Creater :</b> <a href= 'https://t.me/RJMALLU/'RJ</a>
⭕️<b>Creater :</b> <a href= 'https://t.me/KDLOVERTECH/'kd</a>

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

Expand Down