From afe4248b70b27a3f0addfde9e5c5918e41853262 Mon Sep 17 00:00:00 2001
From: supunmadurangasl <83456156+supunmadurangasl@users.noreply.github.com>
Date: Sat, 1 May 2021 18:12:01 +0530
Subject: [PATCH 1/3] Update __main__.py
---
DaisyX/__main__.py | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/DaisyX/__main__.py b/DaisyX/__main__.py
index e9651f8cb..4320dc085 100644
--- a/DaisyX/__main__.py
+++ b/DaisyX/__main__.py
@@ -63,7 +63,7 @@
from DaisyX.modules.helper_funcs.readable_time import get_readable_time
PM_START_TEXT = """
-Hello there, I'm [ππͺπ²πΌπ π§](https://telegra.ph/file/473cc17913393959e0667.jpg)
+Hello there, I'm [mohini](https://telegra.ph/file/2651f0e35ebee89c1f125.jp)
I am an π΄ππππ Themed Group Managing Bot and I will help in managing your group
@@ -79,14 +79,14 @@
],
[
InlineKeyboardButton(
- text="π« Add Daisy to your group π«", url="t.me/daisyXBot?startgroup=true"
+ text="π« Add mohini to your group π«", url=".me/mohinislbz_bot?startgroup=true"
),
],
]
HELP_STRINGS = f"""
-*Main Commands :* [π€](https://telegra.ph/file/473cc17913393959e0667.jpg)
+*Main Commands :* [π€](https://telegra.ph/file/2651f0e35ebee89c1f125.jpg)
βͺ /start: Starts me! You've probably already used this.
βͺ /help: Click this, I'll let you know about myself!
βͺ /donate: You can support my creater using this command.
@@ -101,7 +101,7 @@
DONATE_STRING = """Heya, glad to hear you want to donate!
You can donate to the original writer's of the Base code,
-Support them [Inuka](t.me/InukaASiTH),[Jason](t.me/imjanindu),"""
+Support them [Supun](t.me/slbotzone ),[sl geek show](t.me/ @slbotzone ),"""
IMPORTED = {}
MIGRATEABLE = []
@@ -222,7 +222,7 @@ def start(update: Update, context: CallbackContext):
)
else:
update.effective_message.reply_text(
- "I'm awake already!\nHaven't slept since: {}".format(
+ "I'm now online!\nHaven't slept since: {}".format(
uptime
),
parse_mode=ParseMode.HTML,
@@ -360,10 +360,10 @@ def DaisyX_about_callback(update, context):
query = update.callback_query
if query.data == "aboutmanu_":
query.message.edit_text(
- text=f"*π Hi again! The name's {dispatcher.bot.first_name} π \n\nAs You I'm a next generational group management bot developed by Infinity_Bots.* "
- f"\n\n π₯ Join [Infinity_Bots](https://t.me/Infinity_Bots) To Keep Yourself Updated About {dispatcher.bot.first_name} π₯"
+ text=f"*π Hi again! The name's {dispatcher.bot.first_name} π \n\nAs You I'm a next generational group management bot developed by sl bot zone.* "
+ f"\n\n π₯ Join [slbotzone](https://t.me/slbotzone ) To Keep Yourself Updated About {dispatcher.bot.first_name} π₯"
f"\n\n I have the normal GROUP MANAGING functions like flood control, a warning system etc but I mainly have the advanced and handy Antispam system and the SIBYL banning system which safegaurds and helps your group from spammers."
- f"\n\nI Can Manage Your Groups Smoothly, With Some Special Features [:)](https://telegra.ph/file/473cc17913393959e0667.jpg)"
+ f"\n\nI Can Manage Your Groups Smoothly, With Some Special Features [https://telegra.ph/file/2651f0e35ebee89c1f125.jpg)"
f"\n\nπ You Can Know More About Me By Clicking The Below Buttons π",
parse_mode=ParseMode.MARKDOWN,
disable_web_page_preview=True,
@@ -398,7 +398,7 @@ def DaisyX_about_callback(update, context):
query.message.edit_text(
text=f"* ο½’ BASIC HELP γ*"
f"\nIf You Can Also Add {dispatcher.bot.first_name} To Your Chats By Clicking [Here](http://t.me/{dispatcher.bot.username}?startgroup=true) And Selecting Chat. \n"
- f"\n\nYou Can get support {dispatcher.bot.first_name} by joining [InfinityJE](https://t.me/infinityje).\n"
+ f"\n\nYou Can get support {dispatcher.bot.first_name} by joining [sl bot zone ](https://t.me/slbotzone ).\n"
f"",
parse_mode=ParseMode.MARKDOWN,
disable_web_page_preview=True,
@@ -477,7 +477,7 @@ def DaisyX_about_callback(update, context):
text=f" ο½’ Terms and Conditions γ\n"
f"\nTo Use This Bot, You Need To Read Terms and Conditions Carefully.\n"
f"\nβͺ We always respect your privacy \n We never log into bot's api and spying on you \n We use a encripted database \n Bot will automatically stops if someone logged in with api."
- f"\nβͺ Always try to keep credits, so \n This hardwork is done by Infinity_Bots team spending many sleepless nights.. So, Respect it."
+ f"\nβͺ Always try to keep credits, so \n This hardwork is done by infinity team spending many sleepless nights.. So, Respect it."
f"\nβͺ Some modules in this bot is owned by different authors, So, \n All credits goes to them \n Also for Paul Larson for Marie."
f"\nβͺ If you need to ask anything about \n this bot, Go @{SUPPORT_CHAT}."
f"\nβͺ If you asking nonsense in Support \n Chat, you will get warned/banned."
From 5759c2df994a56344f90db966d29e4d38b7f3b9d Mon Sep 17 00:00:00 2001
From: Inuka Asith
Date: Sun, 2 May 2021 07:22:31 +0530
Subject: [PATCH 2/3] fix
---
DaisyX/__main__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/DaisyX/__main__.py b/DaisyX/__main__.py
index 4320dc085..c272b060c 100644
--- a/DaisyX/__main__.py
+++ b/DaisyX/__main__.py
@@ -63,7 +63,7 @@
from DaisyX.modules.helper_funcs.readable_time import get_readable_time
PM_START_TEXT = """
-Hello there, I'm [mohini](https://telegra.ph/file/2651f0e35ebee89c1f125.jp)
+Hello there, I'm [mohini](https://telegra.ph/file/2651f0e35ebee89c1f125.jpg)
I am an π΄ππππ Themed Group Managing Bot and I will help in managing your group
@@ -363,7 +363,7 @@ def DaisyX_about_callback(update, context):
text=f"*π Hi again! The name's {dispatcher.bot.first_name} π \n\nAs You I'm a next generational group management bot developed by sl bot zone.* "
f"\n\n π₯ Join [slbotzone](https://t.me/slbotzone ) To Keep Yourself Updated About {dispatcher.bot.first_name} π₯"
f"\n\n I have the normal GROUP MANAGING functions like flood control, a warning system etc but I mainly have the advanced and handy Antispam system and the SIBYL banning system which safegaurds and helps your group from spammers."
- f"\n\nI Can Manage Your Groups Smoothly, With Some Special Features [https://telegra.ph/file/2651f0e35ebee89c1f125.jpg)"
+ f"\n\nI Can Manage Your Groups Smoothly, With Some Special Features [:)](https://telegra.ph/file/2651f0e35ebee89c1f125.jpg)"
f"\n\nπ You Can Know More About Me By Clicking The Below Buttons π",
parse_mode=ParseMode.MARKDOWN,
disable_web_page_preview=True,
From 47344ca61330e09458114eaad0e1a02e4db21f36 Mon Sep 17 00:00:00 2001
From: supunmadurangasl <83456156+supunmadurangasl@users.noreply.github.com>
Date: Sun, 2 May 2021 10:04:00 +0530
Subject: [PATCH 3/3] Create __main__.py
---
DaisyX/__main__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DaisyX/__main__.py b/DaisyX/__main__.py
index c272b060c..bd69f9c52 100644
--- a/DaisyX/__main__.py
+++ b/DaisyX/__main__.py
@@ -63,7 +63,7 @@
from DaisyX.modules.helper_funcs.readable_time import get_readable_time
PM_START_TEXT = """
-Hello there, I'm [mohini](https://telegra.ph/file/2651f0e35ebee89c1f125.jpg)
+Hello there, Iam[mohini](https://telegra.ph/file/2651f0e35ebee89c1f125.jpg)
I am an π΄ππππ Themed Group Managing Bot and I will help in managing your group