Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.
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
8 changes: 4 additions & 4 deletions SophiaBot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_readable_time(seconds: int) -> str:
return ping_time


PM_START_TEXT = """Hey there 👋! My name is *Sophia*.\n\nI can help manage your groups with useful features, feel free to add me to your groups!."""
PM_START_TEXT = """Hey there 👋! My name is *Naruto*.\n\nI can help manage your groups with useful features, feel free to add me to your groups!."""

STICKERS = (
"CAACAgUAAx0CTpRfGwACF41hMfagTfWdHNFici1VtOCQVVNYmgACgh8AAsZRxhU6tKJa_ySnnCAE",
Expand All @@ -94,11 +94,11 @@ def get_readable_time(seconds: int) -> str:
),
],
[
InlineKeyboardButton(text=" Sophia News 🙋‍♀️ ", url=f"https://t.me/SophiaUpdates"),
InlineKeyboardButton(text=" Support Group 💬 ", url=f"https://t.me/SophiaSupport_Official"),
InlineKeyboardButton(text=" Naruto News 🙋‍♀️ ", url=f"https://t.me/Bot_updat_002"),
InlineKeyboardButton(text=" Support Group 💬 ", url=f"https://t.me/bot_sup_002"),
],
[
InlineKeyboardButton(text="➕ Add Sophia to your Group", url="t.me/SophiaSLBot?startgroup=true"),
InlineKeyboardButton(text="➕ Add Me to your Group", url="t.me/naruto_the_manager_bot?startgroup=true"),
],
]

Expand Down