diff --git a/SophiaBot/__main__.py b/SophiaBot/__main__.py index bc8bc77..47193d4 100644 --- a/SophiaBot/__main__.py +++ b/SophiaBot/__main__.py @@ -45,7 +45,8 @@ Filters, MessageHandler, ) -from telegram.ext.dispatcher import DispatcherHandlerStop,UTR4E""" m telegram.utils.helpers import escape_markdown +from telegram.ext.dispatcher import DispatcherHandlerStop, run_async +from telegram.utils.helpers import escape_markdown def get_readable_time(seconds: int) -> str: @@ -73,36 +74,20 @@ def get_readable_time(seconds: int) -> str: return ping_time -PM_START_TEXT = """Hey there ๐Ÿ‘‹! My name is *ษดแด€ส€แดœแด›แด*.\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 *Vixen*.\n\nI can help manage your groups with useful features, feel free to add me to your groups!.""" STICKERS = ( - "CAACAgUAAx0CWrNeBQAC8xxhaWWJYna16TZXVcOdvPS9InnhfgACrAMAAn37MVV0qkjG9l_UTR4E", -) - - -buttons = [ - [ - InlineKeyboardButton(text=" Commands Help โ“", callback_data="help_back"), - ], - [ - InlineKeyboardButton(text="Info & About ๐Ÿ™‹โ€", callback_data="source_"), - InlineKeyboardButton( - text="System Stats ๐Ÿ’ป", callback_data="stats_callback" - ), - ], - [ - InlineKeyboardButton(text="NARUTO NEWS ๐Ÿ™‹โ€โ™‚๏ธ ", url=f"https://t.me/SophiaUpdates"), - InlineKeyboardButton(text=" Support Group ๐Ÿ’ฌ ", url=f"https://t.me/SophiaSupport_Official"), - ], - [ - InlineKeyboardButton(text="โž• Add ษดแด€ส€แดœแด›แด แดแด€ษดแด€ษขแด‡แดแด‡ษดแด› ส™แดแด› to your Group โž•", url="t.me/SophiaSLBot?startgroup=true"), - ], -] + "CAACAgUAAx0CTpRfGwACF41hMfagTfWdHNFici1VtOCQVVNYmgACgh8AAsZRxhU6tKJa_ySnnCAE", + "CAACAgUAAx0CTpRfGwACF5phMfi5vgKwQFg6KuzHiEc79QFT0QACCR4AAsZRxhVu32VqEb3_1SAE", + "CAACAgUAAx0CTpRfGwACGIBhQcGJDHuuXsU5el3I86SEx3nTpgAC2R8AAsZRxhUpEe6EcVukQCAE", +) + + HELP_STRINGS = """ โœ˜โœ˜โœ˜ ๐—›๐—ฒ๐—น๐—ฝ๐—ณ๐˜‚๐—น ๐—–๐—ผ๐—บ๐—บ๐—ฎ๐—ป๐—ฑ๐˜€ โœ˜โœ˜โœ˜ -Every possibility of Sophia is documentated here +Every possibility of Vixen is documentated here Click buttons to get help """ @@ -219,7 +204,7 @@ def start(update: Update, context: CallbackContext): timeout=60, ) else: - update.effective_message.reply_text("Heya, Sophia here :) PM me if you have any questions how to use me!") + update.effective_message.reply_text("Heya, Vixen here : )PM me if you have any questions how to use me!") def error_handler(update, context):