Update stats embed
This commit is contained in:
parent
5be16a9988
commit
226a5cd118
@ -74,9 +74,10 @@ class Stats(commands.Cog):
|
|||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title="Statistics",
|
title="Statistics",
|
||||||
description=(
|
description=(
|
||||||
f"Total Guilds: `{len(self.bot.guilds):,}`\nTotal Commands:"
|
f"Total Guilds: `{len(self.bot.guilds):,}`\n"
|
||||||
f" `{total_commands:,}`\n\nTotal Players:"
|
f"Total Commands: `{total_commands:,}`\n\n"
|
||||||
f" `{self.bot.lavalink.nodes[0].stats.playing_players}`\nLoad:"
|
f"Total Players: `{len(self.bot.lavalink.get_players())}`\n"
|
||||||
|
"Load:"
|
||||||
f" `{round(self.bot.lavalink.nodes[0].stats.lavalink_load * 100, 2)}%`"
|
f" `{round(self.bot.lavalink.nodes[0].stats.lavalink_load * 100, 2)}%`"
|
||||||
),
|
),
|
||||||
color=BOT_COLOR,
|
color=BOT_COLOR,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user