From 83aa5059cf7175c4faa82407512bda545faf4510 Mon Sep 17 00:00:00 2001 From: Aslan885ens <63743052+Aslan885ens@users.noreply.github.com> Date: Thu, 28 May 2020 11:51:32 +0300 Subject: [PATCH] Update __main__.py --- haruka/__main__.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index bcb3630d..ff499250 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -29,13 +29,12 @@ Active Anti-scam protection in your BM by this command : /antiscam on -My owner is [Aditya 🇮🇳](t.me/xditya) +YAPIMCIM [RYU](t.me/ryyu0) -Special thanks to [this person](t.me/denver02) for helping me. -Deploy a bot like me [now](www.github.com/xditya/GroupManager) -Click /help or Help button below to find out more about how to use me to my full potential. + +BASIN /help """ @@ -153,8 +152,8 @@ def send_start(bot, update): first_name = update.effective_user.first_name text = PM_START - keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] - keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), + keyboard = [[InlineKeyboardButton(text=" DİLLER", callback_data="set_lang_")]] + keyboard += [[InlineKeyboardButton(text="🛠 DESTEK", callback_data="cntrl_panel_M"), InlineKeyboardButton(text="❔ Help", callback_data="help_back")]] update.effective_message.reply_text(PM_START.format(escape_markdown(first_name), bot.first_name), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN)