Skip to content

Commit

Permalink
Update system_stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Spyderzz committed Dec 22, 2019
1 parent f80c3b9 commit bb9e354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/modules/system_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def amireallyalive(alive):
"My bot is running \n\n"
f"Telethon version: {version.__version__} \n"
f"Python: {python_version()} \n"
f"User:" + f"[{name0}](tg://user?id={uid})",
f"User: {DEFAULTUSER}"
"`")


Expand Down

0 comments on commit bb9e354

Please sign in to comment.