From bb283880bbbc6e14c38ded26ac7ef8758ce91439 Mon Sep 17 00:00:00 2001 From: Rohi0 <88574059+Rohi0@users.noreply.github.com> Date: Fri, 20 Aug 2021 13:52:55 +0530 Subject: [PATCH] Update __main__.py --- LaylaRobot/__main__.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/LaylaRobot/__main__.py b/LaylaRobot/__main__.py index 75fe6d05..00aef75c 100644 --- a/LaylaRobot/__main__.py +++ b/LaylaRobot/__main__.py @@ -74,9 +74,9 @@ def get_readable_time(seconds: int) -> str: PM_START_TEXT = """ -Hello, I'M Layla +Hello, I'M devil kid `ɪ'ᴍ ʜᴇʀᴇ ᴛᴏ ʜᴇʟᴘ ʏᴏᴜ ᴍᴀɴᴀɢᴇ ʏᴏᴜʀ ɢʀᴏᴜᴘꜱ! ʜɪᴛ` /help -Maintained by @HEROGAMERS1 ❤ +Maintained by @kiddo_of_tele ❤ """ buttons = [ @@ -103,11 +103,10 @@ def get_readable_time(seconds: int) -> str: HELP_STRINGS = """ -`Hi.. I'M` Layla +`Hi.. I'M` devil kid `ᴄʟɪᴄᴋ ᴏɴ ᴛʜᴇ ʙᴜᴛᴛᴏɴꜱ ʙᴇʟᴏᴡ ᴛᴏ ɢᴇᴛ ᴅᴏᴄᴜᴍᴇɴᴛᴀᴛɪᴏɴ ᴀʙᴏᴜᴛ ꜱᴘᴇᴄɪꜰɪᴄ ᴍᴏᴅᴜʟᴇꜱ..` -Powered by :- [Awesome Bots](t.me/Laylalist)""" - -layla_IMG = "https://telegra.ph/file/524b78577a42b02b2f074.jpg" +Powered by :- [kidbots](https://t.me/kidhub)""" +devil_IMG = "https://telegra.ph/file/03b3cbdf5da34dd854bf4.jpg" DONATE_STRING = """Heya, glad to hear you want to donate! You can support the project [Hero](t.me/HEROGAMERS1) \ @@ -357,7 +356,7 @@ def layla_about_callback(update, context): query = update.callback_query if query.data == "layla_": query.message.edit_text( - text=""" ℹ️ I'm *Layla*, a powerful group management bot built to help you manage your group easily. + text=""" ℹ️ I'm *devil kid*, a powerful group management bot built to help you manage your group easily. \n❍ I can restrict users. \n❍ I can greet users with customizable welcome messages and even set a group's rules. \n❍ I have an advanced anti-flood system. @@ -380,7 +379,7 @@ def layla_about_callback(update, context): ] ), ) - elif query.data == "layla_back": + elif query.data == "devil kidback": query.message.edit_text( PM_START_TEXT, reply_markup=InlineKeyboardMarkup(buttons), @@ -395,7 +394,7 @@ def Source_about_callback(update, context): query = update.callback_query if query.data == "source_": query.message.edit_text( - text=""" Hi..🤗 I'm *Layla* + text=""" Hi..🤗 I'm *devil kid* \nHere is the [Source Code](https://github.com/QueenArzoo/LaylaRobot) .""", parse_mode=ParseMode.MARKDOWN, disable_web_page_preview=True,