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 12, 2020
1 parent ac154ca commit 05e293b
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 @@ -141,9 +141,9 @@ def send_start(bot, update):
pass
chat = update.effective_chat # type: Optional[Chat]
first_name = update.effective_user.first_name
text = "Heya {} How are you"
text += "\nMy Name is {} A powerfully functions loaded light weight easy to use bot...."
text += "\n\nFeel free to add to your group"
text = "๐™ƒ๐™š๐™ฎ...{} ๐™ƒ๐™ค๐™ฌ ๐™–๐™ง๐™š ๐™ฎ๐™ค๐™ช..."
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")]]
Expand Down

0 comments on commit 05e293b

Please sign in to comment.