Skip to content

Commit

Permalink
Mono > Bold
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamadFajarGaray authored Jan 25, 2020
1 parent 9783391 commit 059cace
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions userbot/modules/system_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ async def pipcheck(pip):
async def amireallyalive(on):
""" For .on command, check if the bot is running. """
await on.edit(
"🆔 Userbot Is Alive!! \n"
f"Presented by: [Heroku](https://www.heroku.com) \n\n"
"🆔 `Userbot Is Alive!! \n"
f"Presented by:` [Heroku](https://www.heroku.com) \n\n"
f"`------------------------------\n"
f"Telethon Ver: {version.__version__} \n"
f"Python Ver: {python_version()} \n"
f"**------------------------------**\n"
f"Telethon Ver: `{version.__version__}` \n"
f"Python Ver: `{python_version()}` \n"
f"**------------------------------**\n"
f"User Name: `{DEFAULTUSER}` \n"
f"Repo Link: [UserBug Indonesia](https://github.com/MuhamadFajarGaray/UserBug)\n"
f"**------------------------------**\n\n"
f"User Name: {DEFAULTUSER} \n"
f"Repo Link:` [UserBug Indonesia](https://github.com/MuhamadFajarGaray/UserBug)\n"
f"`------------------------------`\n\n"
f"Type `.help` for some goodies...\n"
)

Expand Down

0 comments on commit 059cace

Please sign in to comment.