1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-03 02:23:13 +00:00

Merge branch 'dev' into 'main'

Update .info command

See merge request wlinator/Racu!33
This commit is contained in:
wlinator 2024-03-26 14:34:37 +00:00
commit 98865da010

View file

@ -33,7 +33,7 @@ async def cmd(command, ctx, unix_timestamp):
embed.add_field(name="Uptime", value=f"<t:{unix_timestamp}:R>")
embed.add_field(name="Latency", value=f"{round(1000 * command.client.latency)}ms")
embed.add_field(name="Memory", value=f"{memory_usage_in_mb:.2f} MB")
embed.add_field(name="System", value=f"{platform.release()} ({os.name})")
embed.add_field(name="System", value=f"{platform.system()} ({os.name})")
embed.add_field(name="API", value=f"v{discord.__version__}")
embed.add_field(name="Database", value=f"{total_rows} records")