Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Update __main__.py #23

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
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
20 changes: 10 additions & 10 deletions DaisyX/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@

# 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://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

Expand All @@ -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.
Expand All @@ -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 = []
Expand All @@ -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__

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down