From 5c4263aca73bcd5f125d70041d8daedb3774a7e9 Mon Sep 17 00:00:00 2001
From: KDLOVERTECH <103243221+KDLOVERTECH@users.noreply.github.com>
Date: Tue, 19 Apr 2022 20:16:44 +0530
Subject: [PATCH 1/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 76e597e..d38e738 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@
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
From a4175ee0fcd3085991b1536889b70b3222ff076a Mon Sep 17 00:00:00 2001
From: KDLOVERTECH <103243221+KDLOVERTECH@users.noreply.github.com>
Date: Tue, 19 Apr 2022 20:22:25 +0530
Subject: [PATCH 2/5] Update script.py
---
script.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/script.py b/script.py
index 2c6cb67..5404db7 100644
--- a/script.py
+++ b/script.py
@@ -3,7 +3,7 @@ class Script(object):
START_MSG = """Hello {} How are you🌹,
I'm an advanced filter bot with many capabilities!
-Made by @RJMALLU
+Made by @KDLOVERTECH
See /help for commands and more details.
"""
@@ -48,13 +48,13 @@ class Script(object):
/info userid - Shows User Information. Use /info as reply to some message for their details!
-© @RJMALLU
+© @KDLOVERTECH
"""
- ABOUT_MSG = """⭕️My Name :
+ ABOUT_MSG = """⭕️My Name :
-⭕️Creater :
+⭕️Creater :
⭕️Language : Python3
From 1168629e92e5c938156d20ebcc99164da8843b4b Mon Sep 17 00:00:00 2001
From: KDLOVERTECH <103243221+KDLOVERTECH@users.noreply.github.com>
Date: Tue, 19 Apr 2022 20:29:15 +0530
Subject: [PATCH 3/5] Update commands.py
---
plugins/commands.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/commands.py b/plugins/commands.py
index 4cc8c81..0b88215 100644
--- a/plugins/commands.py
+++ b/plugins/commands.py
@@ -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")
]
]
),
From 896a0ce518653ed311ae90115dfe11a2f9a3e07c Mon Sep 17 00:00:00 2001
From: KDLOVERTECH <103243221+KDLOVERTECH@users.noreply.github.com>
Date: Tue, 19 Apr 2022 20:31:21 +0530
Subject: [PATCH 4/5] Update callbacks.py
---
plugins/callbacks.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/callbacks.py b/plugins/callbacks.py
index 9a24337..de5b729 100644
--- a/plugins/callbacks.py
+++ b/plugins/callbacks.py
@@ -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")
]
]
)
From c4d07ffbee902ef4c206ef83dcb30a796aef34fa Mon Sep 17 00:00:00 2001
From: KDLOVERTECH <103243221+KDLOVERTECH@users.noreply.github.com>
Date: Tue, 19 Apr 2022 20:48:26 +0530
Subject: [PATCH 5/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d38e738..6c74cd4 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ Thanks to [InfotelGroup](https://telegram.dog/InFoTel_Group) and [Erich Daniken]
## Installation
### Deploy to Heroku
-[](https://heroku.com/deploy?template=https://github.com/DarkDevil1265/Unlimited-filter-bot-RJ)
+[](https://heroku.com/deploy?template=https://github.com/KDLOVERTECH/Unlimited-filter-bot-RJ)
### Deploy in your vps
```sh