diff --git a/ubot/modules/sudo.py b/ubot/modules/sudo.py index 73ea755..16f30b1 100644 --- a/ubot/modules/sudo.py +++ b/ubot/modules/sudo.py @@ -47,7 +47,7 @@ async def sysd(event): async def alive(event): alive_format = "**Telethon version:** {0}\n" \ "**Python version:** {1}\n" \ - "**Memory usage:** {2}MB" + "**Memory usage:** {2}MiB" mem_usage = int(psutil.Process(os.getpid()).memory_info().rss / 1048576)