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 LaylaRobot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_readable_time(seconds: int) -> str:
PM_START_TEXT = """
Hi {}, my name is {}!
You can find my list of available commands with /help.
i'm a group manager bot. Maintained by @HEROGAMERS1
i'm a group manager bot. Maintained by @ABHI_VILAN

"""

Expand All @@ -76,10 +76,10 @@ 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/524b78577a42b02b2f074.jpg"
SAITAMA_IMG = "https://images.app.goo.gl/2XynkEMjYiAiyLVu6"

DONATE_STRING = """Heya, glad to hear you want to donate!
Supporting him; [Hero](t.me/HEROGAMERS1)"""
Supporting him; [Hero](t.me/@ABHI_VILAN)"""

IMPORTED = {}
MIGRATEABLE = []
Expand Down Expand Up @@ -197,22 +197,22 @@ def start(update: Update, context: CallbackContext):
reply_markup=InlineKeyboardMarkup(
[[
InlineKeyboardButton(
text="👰 Add 𝙇𝙖𝙮𝙡𝙖 to your group",
text="Add 😉SAMPATH SIR'S BOT to your group",
url="t.me/{}?startgroup=true".format(
context.bot.username))
],
[
InlineKeyboardButton(
text="Support Group",
url=f"https://t.me/Girls_and_Boys_Chatting"),
url=f"https://t.me/@Smashhackers"),
InlineKeyboardButton(
text="📘 Logs",
url="https://t.me/LaylaLogs")
text="😏Logs",
url="https://t.me/@ABHI_VILAN")
],
[
InlineKeyboardButton(
text="☑️ Source code",
url="https://github.com/QueenArzoo/LaylaRobot")
text="🤫 Source code",
url="https://github.com/sampathsir/LaylaRobot")
]]))
else:
update.effective_message.reply_text(
Expand Down