From 09de4cfa6a9fc5fe412234097c8c4a543f2dd21b Mon Sep 17 00:00:00 2001 From: jeramvishal <86543663+jeramvishal@users.noreply.github.com> Date: Mon, 28 Jun 2021 08:25:30 +0530 Subject: [PATCH 1/6] Update __main__.py Vosha --- DaisyX/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DaisyX/__main__.py b/DaisyX/__main__.py index e9651f8cb..f462051cb 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 [visha](https://telegra.ph/file/473cc17913393959e0667.jpg) I am an π΄π‘›π‘–π‘šπ‘’ Themed Group Managing Bot and I will help in managing your group From bb82a16ae35c8cd335bd278c3673d6d970ce0be9 Mon Sep 17 00:00:00 2001 From: jeramvishal <86543663+jeramvishal@users.noreply.github.com> Date: Mon, 28 Jun 2021 08:33:29 +0530 Subject: [PATCH 2/6] Update __main__.py --- DaisyX/__main__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DaisyX/__main__.py b/DaisyX/__main__.py index f462051cb..0ae84e81a 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 [visha](https://telegra.ph/file/473cc17913393959e0667.jpg) +Hello there, I'm [𝑉𝐼𝑆𝐻𝐴 π˜½π™Šπ™](https://share.icloud.com/photos/0OiUCOjZ5XY9IcsxmggVkAYjQ) 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 Visha to your group πŸ’«", url="t.me/VishaBot?startgroup=true" ), ], ] HELP_STRINGS = f""" -*Main Commands :* [πŸ€–](https://telegra.ph/file/473cc17913393959e0667.jpg) +*Main Commands :* [πŸ€–](https://share.icloud.com/photos/0OiUCOjZ5XY9IcsxmggVkAYjQ) βœͺ /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 [Inuka](t.me/VISHA_BBY),[Jason](t.me/imjanindu),""" IMPORTED = {} MIGRATEABLE = [] From eac3b328616e8af3e979304362e27ee097097745 Mon Sep 17 00:00:00 2001 From: jeramvishal <86543663+jeramvishal@users.noreply.github.com> Date: Mon, 28 Jun 2021 08:35:03 +0530 Subject: [PATCH 3/6] Create __main__.py From 565a812ad183c83f4cf85866c0e50fb398297d99 Mon Sep 17 00:00:00 2001 From: jeramvishal <86543663+jeramvishal@users.noreply.github.com> Date: Mon, 28 Jun 2021 09:53:03 +0530 Subject: [PATCH 4/6] Update __main__.py --- DaisyX/__main__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DaisyX/__main__.py b/DaisyX/__main__.py index 0ae84e81a..c42a6b93f 100644 --- a/DaisyX/__main__.py +++ b/DaisyX/__main__.py @@ -56,11 +56,11 @@ # needed to dynamically load modules # NOTE: Module order is not guaranteed, specify that in the config file! -from DaisyX.modules import ALL_MODULES -from DaisyX.modules.helper_funcs.alternate import typing_action -from DaisyX.modules.helper_funcs.chat_status import is_user_admin -from DaisyX.modules.helper_funcs.misc import paginate_modules -from DaisyX.modules.helper_funcs.readable_time import get_readable_time +from VishaBot.modules import ALL_MODULES +from VishaBot.modules.helper_funcs.alternate import typing_action +from VishaBot.modules.helper_funcs.chat_status import is_user_admin +from VishaBot.modules.helper_funcs.misc import paginate_modules +from VishaBot.modules.helper_funcs.readable_time import get_readable_time PM_START_TEXT = """ Hello there, I'm [𝑉𝐼𝑆𝐻𝐴 π˜½π™Šπ™](https://share.icloud.com/photos/0OiUCOjZ5XY9IcsxmggVkAYjQ) @@ -118,7 +118,7 @@ GDPR = [] for module_name in ALL_MODULES: - imported_module = importlib.import_module("DaisyX.modules." + module_name) + imported_module = importlib.import_module("VishaBot.modules." + module_name) if not hasattr(imported_module, "__mod_name__"): imported_module.__mod_name__ = imported_module.__name__ From 1ab363c9ebabf10fdd873025e50171dc4a0bcb3b Mon Sep 17 00:00:00 2001 From: jeramvishal <86543663+jeramvishal@users.noreply.github.com> Date: Mon, 28 Jun 2021 09:53:51 +0530 Subject: [PATCH 5/6] Create __main__.py From e19c353877314d07b906138dc7bba184810a392b Mon Sep 17 00:00:00 2001 From: jeramvishal <86543663+jeramvishal@users.noreply.github.com> Date: Tue, 29 Jun 2021 16:45:02 +0530 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c6cf24bc..40f3f9f68 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# Daisy Based on Python Telegram Bot +# VishaBot Based on Python Telegram Bot ## OLD version of @DaisyXBot # 2 Branches available. this is main brach. swith advanced for all fetures [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/inukaasith/Daisy-x.git) -## New version Avaiilable on Telegram as [@DaisyXBot](https://t.me/daisyxbot) +## New version Avaiilable on Telegram as [@DaisyXBot](https://t.me/VISHA_BBY_BOT) ## DaisyX-v2.0 is the latest