From 63b7dcb76f4f9a053b236ae84bcc7c18e960b42c Mon Sep 17 00:00:00 2001 From: FarhanArt <66342701+FarhanArt@users.noreply.github.com> Date: Sat, 27 Feb 2021 07:56:50 +0700 Subject: [PATCH 1/2] Update bot.py --- plugins/bot.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/plugins/bot.py b/plugins/bot.py index 56b1739..6cfc57f 100644 --- a/plugins/bot.py +++ b/plugins/bot.py @@ -69,16 +69,15 @@ async def lol(ult): uptime = grt((time.time() - start_time)) header = udB.get("ALIVE_TEXT") if udB.get("ALIVE_TEXT") else "Hey, I am alive." als = """ -**The Ultroid Userbot...** - **{}** - -✵ **Owner** - `{}` -✵ **Ultroid** - `{}` -✵ **UpTime** - `{}` -✵ **Python** - `{}` -✵ **Telethon** - `{}` -✵ **Branch** - `{}` +┏━━━━━━━━━━━━━━━━━━━━━━ +┣ **Owner** - `{}` +┣ **Version** - `{}` +┣ **UpTime** - `{}` +┣ **Python** - `{}` +┣ **Telethon** - `{}` +┣ **Branch** - `{}` +┗━━━━━━━━━━━━━━━━━━━━━━ """.format( header, OWNER_NAME, From 7883a474c63274d2f0bcc0a9532742249107970d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=CF=81=CE=B9=E2=88=82=D1=83?= <68327188+sppidy@users.noreply.github.com> Date: Sat, 27 Feb 2021 07:09:55 +0530 Subject: [PATCH 2/2] Ha --- plugins/bot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/bot.py b/plugins/bot.py index 6cfc57f..7d3c121 100644 --- a/plugins/bot.py +++ b/plugins/bot.py @@ -69,7 +69,10 @@ async def lol(ult): uptime = grt((time.time() - start_time)) header = udB.get("ALIVE_TEXT") if udB.get("ALIVE_TEXT") else "Hey, I am alive." als = """ +**The Ultroid Userbot...** + **{}** + ┏━━━━━━━━━━━━━━━━━━━━━━ ┣ **Owner** - `{}` ┣ **Version** - `{}`