From 359c7042812c53f1d4b12524084290ad96c492d4 Mon Sep 17 00:00:00 2001 From: raptor389 <69642669+raptor389@users.noreply.github.com> Date: Mon, 17 Aug 2020 06:36:58 +0500 Subject: [PATCH] __main__.py --- haruka/__main__.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index b5fb245c..321f707e 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -29,13 +29,7 @@ Activate Anti-spam protection in your BM by this command : /antispam on -My owner is [Aditya 🇮🇳](t.me/xditya) - -Special thanks to [this person](t.me/denver02) for helping me. - -Deploy a bot like me [now](www.github.com/xditya/GroupManager) - -Watch [video tutorial](https://www.youtube.com/watch?v=gXXFpTAk6Vo&feature=youtu.be) on deploying me. +My owner is [RAPTOR🇵🇰](t.me/Shadow1274) Click /help or Help button below to find out more about how to use me to my full potential. @@ -157,7 +151,7 @@ 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="🇵🇰 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), InlineKeyboardButton(text="❔ Help", callback_data="help_back")]]