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
18 changes: 9 additions & 9 deletions AmeliaRobot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ def get_readable_time(seconds: int) -> str:


PM_START_TEXT = """
ʜᴇʟʟᴏ [🤗](https://telegra.ph/file/329647a798cccb101aecf.jpg), ɪᴍ Amelia ᴀ ʜɪɢʜʏ ᴀᴅᴠᴀɴᴄᴇᴅ ʙᴏᴛ ᴡɪᴛʜ ʟᴏᴛꜱ ᴏꜰ ᴀᴍᴀᴢɪɴɢ ᴛᴏᴏʟꜱ.
ʜᴇʟʟᴏ [🤗](https://telegra.ph/file/cda9d87f41196852c2df7.jpg), ɪᴍ Crepan ᴀ ʜɪɢʜʏ ᴀᴅᴠᴀɴᴄᴇᴅ ʙᴏᴛ ᴡɪᴛʜ ʟᴏᴛꜱ ᴏꜰ ᴀᴍᴀᴢɪɴɢ ᴛᴏᴏʟꜱ.
`ɪ'ᴍ ʜᴇʀᴇ ᴛᴏ ʜᴇʟᴘ ʏᴏᴜ ᴍᴀɴᴀɢᴇ ʏᴏᴜʀ ɢʀᴏᴜᴘꜱ! ʜɪᴛ` /help
"""

buttons = [
[
InlineKeyboardButton(
text="➕️ ᴀᴅᴅ Amelia ᴛᴏ ʏᴏᴜʀ ɢʀᴏᴜᴘ ➕️", url="t.me/ameliagroup_bot?startgroup=true"),
text="➕️ ᴀᴅᴅ Crepan ᴛᴏ ʏᴏᴜʀ ɢʀᴏᴜᴘ ➕️", url="t.me/crepanBot?startgroup=true"),
],
[
InlineKeyboardButton(text="ᴀʙᴏᴜᴛ", callback_data="amelia_"),
Expand All @@ -96,13 +96,13 @@ def get_readable_time(seconds: int) -> str:


HELP_STRINGS = """
`ʜɪ.. ɪ'ᴍ` Amelia [🙋‍♀️](https://telegra.ph/file/329647a798cccb101aecf.jpg)
`ʜɪ.. ɪ'ᴍ` Crepan [🙂](https://telegra.ph/file/cda9d87f41196852c2df7.jpg)
`ᴄʟɪᴄᴋ ᴏɴ ᴛʜᴇ ʙᴜᴛᴛᴏɴꜱ ʙᴇʟᴏᴡ ᴛᴏ ɢᴇᴛ ᴅᴏᴄᴜᴍᴇɴᴛᴀᴛɪᴏɴ ᴀʙᴏᴜᴛ ꜱᴘᴇᴄɪꜰɪᴄ ᴍᴏᴅᴜʟᴇꜱ..`"""

amelia_IMG = "https://telegra.ph/file/329647a798cccb101aecf.jpg"
amelia_IMG = "https://telegra.ph/file/cda9d87f41196852c2df7.jpg"

DONATE_STRING = """Heya, glad to hear you want to donate!
You can support the project via [Paypal](#) or by contacting @itsmelegend\
You can support the project via [Paypal](#) or by contacting @crepan\
Supporting isnt always financial! \
Those who cannot provide monetary support are welcome to help us develop the bot at ."""

Expand Down Expand Up @@ -349,16 +349,16 @@ def amelia_about_callback(update, context):
query = update.callback_query
if query.data == "amelia_":
query.message.edit_text(
text=""" ℹ️ I'm *amelia*, a powerful group management bot built to help you manage your group easily.
text=""" ℹ️ I'm *Crepan*, a powerful group management bot built to help you manage your group easily.
\n❍ I can restrict users.
\n❍ I can greet users with customizable welcome messages and even set a group's rules.
\n❍ I have an advanced anti-flood system.
\n❍ I can warn users until they reach max warns, with each predefined actions such as ban, mute, kick, etc.
\n❍ I have a note keeping system, blacklists, and even predetermined replies on certain keywords.
\n❍ I check for admins' permissions before executing any command and more stuffs
\n\n_bot licensed under the GNU General Public License v3.0_
\nHere is the [💾Repository](https://github.com/xabhish3k/AmeliaRobot).
\n\nIf you have any question about amelia, let us know at @warbotzchat .""",
\n\ Crepan Bot licensed under the GNU General Public License v3.0_
\nHere is the Boss : @crepan.
\n\nIf you have any question about crepan, let us know at @crepansupport .""",
parse_mode=ParseMode.MARKDOWN,
disable_web_page_preview=True,
reply_markup=InlineKeyboardMarkup(
Expand Down