diff --git a/miakhalifa/__main__.py b/miakhalifa/__main__.py index 2211477..4762133 100644 --- a/miakhalifa/__main__.py +++ b/miakhalifa/__main__.py @@ -160,8 +160,8 @@ def start(bot: Bot, update: Update, args: List[str]): else: send_start(bot, update) else: - update.effective_message.reply_text("Heya,{} Here..\nHow can I help you? πŸ™‚".format(bot.first_name),reply_markup=InlineKeyboardMarkup( - [[InlineKeyboardButton(text="⚜️Help",url="t.me/{}?start=help".format(bot.username))]])) + update.effective_message.reply_text("Heya πŸ™‹πŸ»β€β™€οΈ,{} Here..\nHow can I help you? 😊".format(bot.first_name),reply_markup=InlineKeyboardMarkup( + [[InlineKeyboardButton(text="πŸ—£οΈ Commands Explanation",url="t.me/{}?start=help".format(bot.username))]])) def send_start(bot, update): #Try to remove old message @@ -175,8 +175,8 @@ def send_start(bot, update): first_name = update.effective_user.first_name text = PM_START_TEXT - keyboard = [[InlineKeyboardButton(text="πŸ€– HELP",callback_data="help_back"),InlineKeyboardButton(text="πŸ‘¨πŸ»β€πŸ’» CREATOR",url="https://t.me/neil_arms")]] - keyboard += [[InlineKeyboardButton(text="πŸ’¬ GROUP",url="https://t.me/HDCinemaChat"),InlineKeyboardButton(text="πŸ“’ CHANNEL",url="https://t.me/joinchat/AAAAAE17iykvO4VS983TiA")]] + keyboard = [[InlineKeyboardButton(text="πŸ€– HELP",callback_data="help_back"),InlineKeyboardButton(text="πŸ‘¨πŸ»β€πŸ’» DEVELOPER",url="https://t.me/neil_arms")]] + keyboard += [[InlineKeyboardButton(text="🌐 CONNECT GROUP", callback_data="main_connect"),InlineKeyboardButton(text="βž• ADD ME",url="t.me/{}?startgroup=true".format(bot.username))]] update.effective_message.reply_photo(img, PM_START_TEXT.format(escape_markdown(first_name), escape_markdown(bot.first_name), OWNER_NAME, OWNER_ID), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN)