Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Santo-Philip authored May 24, 2020
1 parent 05e293b commit ff4b958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tg_bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def start(bot: Bot, update: Update, args: List[str]):
else:
send_start(bot, update)
else:
update.effective_message.reply_text("Yo, whadup? ๐Ÿ™‚")
update.effective_message.reply_text("เดตเต‡เดฑเต† เด’เดฐเต เดชเดฃเดฟเดฏเตเด‚ เด‡เดฒเตเดฒเต‡ เดจเดฟเดจเด•เตเด•เตโ€Œ เด’เดจเตเดจเตเด‚...๐Ÿ˜Ž")

def send_start(bot, update):
#Try to remove old message
Expand All @@ -145,8 +145,8 @@ def send_start(bot, update):
text += "\n๐‘€๐‘ฆ ๐‘๐‘Ž๐‘š๐‘’ ๐‘–๐‘  {}... ๐ด ๐‘ƒ๐‘œ๐‘ค๐‘’๐‘Ÿ๐‘“๐‘ข๐‘™ ๐‘‡๐‘’๐‘™๐‘’๐‘”๐‘Ÿ๐‘Ž๐‘š ๐‘ƒ๐‘Ÿ๐‘œ๐ต๐‘œ๐‘ก ๐‘ค๐‘–๐‘กโ„Ž ๐‘™๐‘Ž๐‘ก๐‘’๐‘ ๐‘ก ๐‘“๐‘’๐‘Ž๐‘ก๐‘ข๐‘Ÿ๐‘’๐‘  ๐‘Ž๐‘›๐‘‘ ๐‘’๐‘Ž๐‘ ๐‘–๐‘’๐‘Ÿ ๐‘๐‘œ๐‘š๐‘š๐‘Ž๐‘›๐‘‘๐‘ .... ๐‘‡โ„Ž๐‘’ ๐‘›๐‘–๐‘”โ„Ž๐‘ก ๐‘–๐‘  ๐‘“๐‘ข๐‘™๐‘™ ๐‘œ๐‘“ ๐‘‘๐‘Ž๐‘Ÿ๐‘˜ ๐‘Ž๐‘›๐‘‘ ๐‘ก๐‘’๐‘Ÿ๐‘Ÿ๐‘œ๐‘Ÿ๐‘ ..."
text += "\n\n๐…๐ž๐ž๐ฅ ๐Ÿ๐ซ๐ž๐ž ๐ญ๐จ ๐ ๐ž๐ญ ๐ฆ๐ž ๐ข๐ง๐ญ๐จ ๐ฒ๐จ๐ฎ๐ซ ๐ ๐ซ๐จ๐ฎ๐ฉ๐ฌ..."

keyboard = [[InlineKeyboardButton(text="๐Ÿ’ Help๐Ÿ’ ", callback_data="help_back"),InlineKeyboardButton(text="โš”๏ธ Connect Group โš”๏ธ", callback_data="main_connect")]]
keyboard += [[InlineKeyboardButton(text="๐Ÿ‘ฟAdd Me๐Ÿ˜ˆ",url="http://t.me/zoldycktmbot?startgroup=true"),InlineKeyboardButton(text="โ˜ฃ๏ธOwnerโ˜ฃ๏ธ",url="https://telegram.dog/Imperialxx")]]
keyboard = [[InlineKeyboardButton(text="๐Ÿ”ฐHelp", callback_data="help_back"),InlineKeyboardButton(text="โš”๏ธ Connect Group โš”๏ธ", callback_data="main_connect")]]
keyboard += [[InlineKeyboardButton(text="๐Ÿ’ Add Me๐Ÿ’ ",url="http://t.me/zoldycktmbot?startgroup=true"),InlineKeyboardButton(text="โ™ป๏ธOwner",url="https://telegram.dog/Imperialxx")]]

update.effective_message.reply_photo(HELP_PANEL_STRING.ALLUKA_IMG,text.format(escape_markdown(first_name), escape_markdown(bot.first_name)), reply_markup=InlineKeyboardMarkup(keyboard), parse_mode=ParseMode.MARKDOWN)

Expand Down

0 comments on commit ff4b958

Please sign in to comment.