fixed some issues with iter

This commit is contained in:
2022-09-01 19:43:59 +03:00
parent 3c0851102d
commit 646008e4d8
3 changed files with 68 additions and 63 deletions

View File

@@ -26,7 +26,6 @@ class Bot_info(commands.Cog, name='Bot Info'):
title=f"General information",
description=f"General information on about bot",
)
# emb.set_thumbnail(self.bot.user.avarat_url)
emb.add_field(name="System info:", value=f"Memory Usage: {round(_process.memory_info().rss / 2 ** 20, 2)} Mb\n"
f"CPU Usage: {_process.cpu_percent()}%\n"
f'Bot ping: {round(self.bot.latency * 1000)}\n'