From 5eaf3f1dd071c6080f6ec09f4f60f1337579fd20 Mon Sep 17 00:00:00 2001 From: TharukaLiyanage <86830349+TharukaLiyanage@users.noreply.github.com> Date: Fri, 6 Aug 2021 21:39:24 +0530 Subject: [PATCH] Update __main__.py --- EvilBot/__main__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EvilBot/__main__.py b/EvilBot/__main__.py index 8079b5d..bc0014e 100644 --- a/EvilBot/__main__.py +++ b/EvilBot/__main__.py @@ -64,13 +64,13 @@ def get_readable_time(seconds: int) -> str: ping_time += ":".join(time_list) return ping_time PM_START_TEXT = """ -`𝙷𝚎𝚕𝚕𝚘` [👿](https://telegra.ph/file/b1ae67fad00c60d51a5f2.jpg) `𝙼𝚢 𝚗𝚊𝚖𝚎 𝚒𝚜` *𝙴𝚟𝚒𝚕 𝚁𝚘𝚋𝚘𝚝* +`𝙷𝚎𝚕𝚕𝚘` [👿]( https://telegra.ph/file/91172110df2a84e882c4b.jpg) `𝙼𝚢 𝚗𝚊𝚖𝚎 𝚒𝚜` *NASHI BOT* `𝙸'𝚖 𝚑𝚎𝚛𝚎 𝚝𝚘 𝚑𝚎𝚕𝚙 𝚢𝚘𝚞 𝚖𝚊𝚗𝚊𝚐𝚎 𝚢𝚘𝚞𝚛 𝚐𝚛𝚘𝚞𝚙𝚜! 𝙷𝚒𝚝` *📚𝙲𝚘𝚖𝚖𝚊𝚗𝚍𝚜* """ buttons = [ [ InlineKeyboardButton( - text="𝐀𝐝𝐝 𝐌𝐞 𝐓𝐨 𝐘𝐨𝐮𝐫 𝐏𝐥𝐚𝐜𝐞😇", url="t.me/EVIL_XOBOT?startgroup=true"), + text="𝐀𝐝𝐝 𝐌𝐞 𝐓𝐨 𝐘𝐨𝐮𝐫 𝐏𝐥𝐚𝐜𝐞😇", url="t.me/TheNashiBot?startgroup=true"), ], [ InlineKeyboardButton(text="𝐀𝐛𝐨𝐮𝐭💝", callback_data="evil_"), @@ -88,11 +88,11 @@ def get_readable_time(seconds: int) -> str: ], ] HELP_STRINGS = """ -`𝙷𝚎𝚢!.. 𝙸'𝚖` 👿 *𝙴𝚟𝚒𝚕 𝚁𝚘𝚋𝚘𝚝* [👿](https://telegra.ph/file/a064bd8497a5f6f03b290.mp4) +`𝙷𝚎𝚢!.. 𝙸'𝚖` 👿 *NASHI BOT* [👿](https://telegra.ph/file/a064bd8497a5f6f03b290.mp4) `𝙲𝚕𝚒𝚌𝚔 𝚘𝚗 𝚝𝚑𝚎 𝚋𝚞𝚝𝚝𝚘𝚗𝚜 𝚋𝚎𝚕𝚘𝚠 𝚝𝚘 𝚐𝚎𝚝 𝚍𝚘𝚌𝚞𝚖𝚎𝚗𝚝𝚊𝚝𝚒𝚘𝚗 𝚊𝚋𝚘𝚞𝚝 𝚜𝚙𝚎𝚌𝚒𝚏𝚒𝚌 𝚖𝚘𝚍𝚞𝚕𝚎𝚜..`""" evil_IMG = "https://telegra.ph/file/5dc8f5c53fb0c39ed983c.jpg" DONATE_STRING = """Heya, glad to hear you want to donate! - You can support the project via [Paypal](#) or by contacting @shrvan42 \ + You can support the project via [Paypal](#) or by contacting @TWPCGAMER \ Supporting isnt always financial! \ Those who cannot provide monetary support are welcome to help us develop the bot at .""" IMPORTED = {}