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


PM_START_TEXT = """
Hello, I'M Layla
`ɪ'ᴍ ʜᴇʀᴇ ᴛᴏ ʜᴇʟᴘ ʏᴏᴜ ᴍᴀɴᴀɢᴇ ʏᴏᴜʀ ɢʀᴏᴜᴘꜱ! ʜɪᴛ` /help
Maintained by @HEROGAMERS1 ❤
Hello, I'm Jasmine 😍 initiated by @i_am_rakshith
Thank you for choosing our bot hope you are satisfied

My owner----> @i_am_rakshith


"""

buttons = [
Expand All @@ -87,13 +90,13 @@ def get_readable_time(seconds: int) -> str:
[
InlineKeyboardButton(text="ᴀʙᴏᴜᴛ", callback_data="layla_"),
InlineKeyboardButton(
text="ꜱᴜᴘᴘᴏʀᴛ", url=f"https://t.me/{SUPPORT_CHAT}"
text="ꜱᴜᴘᴘᴏʀᴛ", url=f"https://t.me/kannada_friendly_chat"
),
],
[
InlineKeyboardButton(text="ʟᴏɢꜱ", url=f"https://t.me/laylalogs"),
InlineKeyboardButton(
text="ꜰᴇᴅᴇʀᴀᴛɪᴏɴ", url=f"https://t.me/AntiRippingOrganization/410"
text="ꜰᴇᴅᴇʀᴀᴛɪᴏɴ", url=f"https://t.me/kannada_friendly_chat"
),
],
[
Expand All @@ -103,15 +106,15 @@ def get_readable_time(seconds: int) -> str:


HELP_STRINGS = """
`Hi.. I'M` Layla
`Hi.. I'M` Jasmine 😍
`ᴄʟɪᴄᴋ ᴏɴ ᴛʜᴇ ʙᴜᴛᴛᴏɴꜱ ʙᴇʟᴏᴡ ᴛᴏ ɢᴇᴛ ᴅᴏᴄᴜᴍᴇɴᴛᴀᴛɪᴏɴ ᴀʙᴏᴜᴛ ꜱᴘᴇᴄɪꜰɪᴄ ᴍᴏᴅᴜʟᴇꜱ..`
Powered by :- [Awesome Bots](t.me/Laylalist)"""
Powered by :- Rakshith (https://t.me/kannada_friendly_chat)"""

layla_IMG = "https://telegra.ph/file/524b78577a42b02b2f074.jpg"
Jasmine_IMG = "https://telegra.ph/file/b4778aabeb0e287c879f9.jpg"

DONATE_STRING = """Heya, glad to hear you want to donate!
You can support the project [Hero](t.me/HEROGAMERS1) \
Supporting isnt always financial! [AwesomeSupport](t.me/LaylaList) \
You can support the project [Rakshith](t.me/i_am_rakshith) \
Supporting isnt always financial! [AwesomeSupport](https://t.me/kannada_friendly_chat) \
Those who cannot provide monetary support are welcome to help us develop the bot at ."""

IMPORTED = {}
Expand Down Expand Up @@ -380,7 +383,7 @@ def layla_about_callback(update, context):
]
),
)
elif query.data == "layla_back":
elif query.data == "Jasmine_back":
query.message.edit_text(
PM_START_TEXT,
reply_markup=InlineKeyboardMarkup(buttons),
Expand All @@ -395,7 +398,7 @@ def Source_about_callback(update, context):
query = update.callback_query
if query.data == "source_":
query.message.edit_text(
text=""" Hi..🤗 I'm *Layla*
text=""" Hi..🤗 I'm *Jasmine*
\nHere is the [Source Code](https://github.com/QueenArzoo/LaylaRobot) .""",
parse_mode=ParseMode.MARKDOWN,
disable_web_page_preview=True,
Expand Down