Skip to content

Commit

Permalink
System Stats: Remake an alive display
Browse files Browse the repository at this point in the history
  • Loading branch information
MoveAngel committed Mar 3, 2020
1 parent d4bd48a commit 5aed6e0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions userbot/modules/system_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,12 @@ async def pipcheck(pip):
@register(outgoing=True, pattern="^.alive$")
async def amireallyalive(alive):
""" For .alive command, check if the bot is running. """
await alive.edit("`안녕하세요🍭 `\n"
"`My Detail Ubot `\n"
"===================== \n"
f"`Telethon : v{version.__version__} `\n"
f"`Python : v{python_version()} `\n"
await alive.edit("`My Detail Ubot `\n"
f"> `Telethon : v{version.__version__} `\n"
f"> `Python : v{python_version()} `\n"
"===================== \n"
f"`User : `{DEFAULTUSER} \n"
"===================== \n\n"
"`uBot Based` [Source](https://github.com/MoveAngel/One4uBot.git)\n"
"`좋은 하루 되세요💖 `\n")
"===================== \n")


@register(outgoing=True, pattern="^.aliveu")
Expand Down

0 comments on commit 5aed6e0

Please sign in to comment.