fixed some issues with iter
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user