Remove a duplicate \n
This commit is contained in:
parent
e9ab3a9bb6
commit
1fc9329259
2
ubot.py
2
ubot.py
@ -120,7 +120,7 @@ async def edit(event):
|
|||||||
rpl = f'**System usage stats:**\n'
|
rpl = f'**System usage stats:**\n'
|
||||||
rpl += f'**Memory:** {mem}M\n'
|
rpl += f'**Memory:** {mem}M\n'
|
||||||
rpl += f'**Disk:** {disk}\n'
|
rpl += f'**Disk:** {disk}\n'
|
||||||
rpl += f'**Kernel:** {kernel}\n'
|
rpl += f'**Kernel:** {kernel}'
|
||||||
rpl += f'**Telethon:** {version.__version__}\n'
|
rpl += f'**Telethon:** {version.__version__}\n'
|
||||||
rpl += f'**Python:** {python_version()}\n'
|
rpl += f'**Python:** {python_version()}\n'
|
||||||
await event.edit(rpl)
|
await event.edit(rpl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user