Skip to content
Open
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
35 changes: 17 additions & 18 deletions SaitamaRobot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,23 @@ def get_readable_time(seconds: int) -> str:


PM_START_TEXT = """
Hello {},My Name is IGRIS
𝐈 𝐀𝐌 𝐀 𝐑𝐎𝐘𝐀𝐋 𝐊𝐍𝐈𝐆𝐇𝐓 𝐅𝐑𝐎𝐌 𝐒𝐎𝐋𝐎 𝐋𝐄𝐕𝐄𝐋𝐈𝐍𝐆.
I will help you manage your group.
TO KNOW MY COMMANDS CLICK /help.
Hey! {} my name is Patrick star
I'm a group management bot, put me in your group.
I'll help organize your group.
To find out all the commands type 👉 / help..
"""

HELP_STRINGS = """
Hey there! My name is *{}*.
I'm a Shadow From Solo Leveling,I will help you manage your groups! Have a look at the following for an idea of some of \
Hey there! My name is Patrick star.
I'm a group management bot,I will help you manage your groups! Have a look at the following for an idea of some of \
the things I can help you with.

*Main* commands available:
• /help: PM's you this message.
• /help <module name>: PM's you info about that module.
• /donate: information on how to donate!
• /settings:
• in PM: will send you your settings for all supported modules.
• in a group: will redirect you to pm, with all that chat's settings.
⭐ /help: PM's you this message [🧠](https://telegra.ph/file/d65c5706bc4eef5b041c6.jpg).
⭐ /help <module name>: PM's you info about that module.
⭐ /settings:
⭐ in PM: will send you your settings for all supported modules.
⭐ in a group: will redirect you to pm, with all that chat's settings.


{}
Expand All @@ -77,7 +76,7 @@ def get_readable_time(seconds: int) -> str:
dispatcher.bot.first_name, ""
if not ALLOW_EXCL else "\nAll commands can either be used with / or !.\n")

SAITAMA_IMG = "https://telegra.ph/file/3d6b5ac78befd0bffac47.mp4"
SAITAMA_IMG = "https://telegra.ph/file/b5d8bf0e8bb18260c9c59.mp4"

DONATE_STRING = """donate to the original writer of the Base code, Paul
There are two ways of supporting him; [PayPal](paypal.me/PaulSonOfLars), or [Monzo](monzo.me/paulnionvestergaardlarsen)."""
Expand Down Expand Up @@ -178,17 +177,17 @@ def start(update: Update, context: CallbackContext):
reply_markup=InlineKeyboardMarkup(
[[
InlineKeyboardButton(
text="🔥Add IGRIS To Your Group🔥",
text="Add patrick To Your Group",
url="t.me/{}?startgroup=true".format(
context.bot.username))
],
[
InlineKeyboardButton(
text="🍁Support Group🍁",
url=f"https://t.me/IGRISBOTSUPPORT"),
text="🐧follow bot updates",
url=f"https://t.me/NathalieBotSupportt"),
InlineKeyboardButton(
text="✨Updates Channel✨",
url="https://t.me/IGRISROBOT_SUPPORT")
text="⭐my owner⭐",
url="https://t.me/Nathalie_Agathaa")
]]))
else:
update.effective_message.reply_text(
Expand Down