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


PM_START_TEXT = """
Hello, I'M Layla
Hello, I'M Creator Raksha
`ɪ'ᴍ ʜᴇʀᴇ ᴛᴏ ʜᴇʟᴘ ʏᴏᴜ ᴍᴀɴᴀɢᴇ ʏᴏᴜʀ ɢʀᴏᴜᴘꜱ! ʜɪᴛ` /help
Maintained by @HEROGAMERS1
Maintained by Raksha
"""

buttons = [
Expand All @@ -87,13 +87,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"t.me/kannada_friends_chatting"
),
],
[
InlineKeyboardButton(text="ʟᴏɢꜱ", url=f"https://t.me/laylalogs"),
InlineKeyboardButton(
text="ꜰᴇᴅᴇʀᴀᴛɪᴏɴ", url=f"https://t.me/AntiRippingOrganization/410"
text="ꜰᴇᴅᴇʀᴀᴛɪᴏɴ", url=f"https://t.me/donfederation"
),
],
[
Expand All @@ -103,15 +103,15 @@ def get_readable_time(seconds: int) -> str:


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

layla_IMG = "https://telegra.ph/file/524b78577a42b02b2f074.jpg"
layla_IMG = "https://telegra.ph/file/bc5cc580de7963cbd14b4.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 [Hero](t.me/kannada_friends_chatting) \
Supporting isnt always financial! [AwesomeSupport](t.me/kannada_friends_chatting) \
Those who cannot provide monetary support are welcome to help us develop the bot at ."""

IMPORTED = {}
Expand Down Expand Up @@ -365,10 +365,10 @@ def layla_about_callback(update, context):
\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_Layla's licensed under the GNU General Public License v3.0_
\n❍ Awesome Bots @LaylaList
\n❍ Support Group @AwesomeSupport
\n❍ Awesome Bots @kannada_friends_chatting
\n❍ Support Group @kannada_friends_chatting
\n❍ Assistant @LaylaAssistant.
\nHere is the [💾Repository](https://github.com/QueenArzoo/LaylaRobot).
\nHere is the [💾Repository](https://github.com/sanju-samson/LaylaRobot).
\n\nIf you have any question about Layla, let us know at .""",
parse_mode=ParseMode.MARKDOWN,
disable_web_page_preview=True,
Expand All @@ -395,8 +395,8 @@ def Source_about_callback(update, context):
query = update.callback_query
if query.data == "source_":
query.message.edit_text(
text=""" Hi..🤗 I'm *Layla*
\nHere is the [Source Code](https://github.com/QueenArzoo/LaylaRobot) .""",
text=""" Hi..🤗 I'm *Creator Raksha*
\nHere is the [Source Code](https://github.com/sanju-samson/LaylaRobot) .""",
parse_mode=ParseMode.MARKDOWN,
disable_web_page_preview=True,
reply_markup=InlineKeyboardMarkup(
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Deploy](https://telegra.ph/file/aaa10262ebe6670eecf58.jpg)](https://heroku.com/deploy?template=https://github.com/QueenArzoo/LaylaRobot.git)
[![Deploy](https://telegra.ph/file/bc5cc580de7963cbd14b4.jpg)](https://heroku.com/deploy?template=https://github.com/Sanju-samson/LaylaRobot/tree/patch-3)
# Layla Robot
### Click Below Image to Deploy
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://perso.crans.org/besson/LICENSE.html) [![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
Expand All @@ -19,7 +19,7 @@ Turn on worker dyno (Don't worry It's free :D) & Webhook
Now send the bot /start, If it doesn't respond go to https://dashboard.heroku.com/apps/(app-name)/settings and remove webhook and port.
```

[![Deploy To Heroku](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?button-url=https%3A%2F%2Fgithub.com%2FQueenArzoo%2FLaylaRobot&template=https%3A%2F%2Fgithub.com%2FQueenArzoo%2FLaylaRobot)
[![Deploy To Heroku](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?button-url=https%3A%2F%2Fgithub.com%2FSanju-samson%2FLaylaRobot%2Ftree/patch-3&template=https%3A%2F%2Fgithub.com%2FSanju-samson%2FLaylaRobot%2Ftree/patch-3)



Expand Down Expand Up @@ -195,4 +195,4 @@ The bot is based on the original work done by [PaulSonOfLars](https://github.com



## [OWNER HERO](http://t.me/HEROGAMERS1)
## [OWNER HERO](http://t.me/)