Skip to content

Commit

Permalink
Align to best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Jan 3, 2024
1 parent 0fbcc83 commit 8b4ee64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/cogs/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from discord.ext import commands
from discord.utils import format_dt
from libs.utils import Embed, RoboContext, human_timedelta

from rodhaj import Rodhaj


Expand Down Expand Up @@ -96,7 +97,7 @@ async def about(self, ctx: RoboContext) -> None:
text=footer_text,
icon_url="https://cdn.discordapp.com/emojis/596577034537402378.png",
)
embed.add_field(name="Servers", value=len(self.bot.guilds))
embed.add_field(name="Servers", value=guilds)
embed.add_field(
name="User", value=f"{total_members} total\n{total_unique} unique"
)
Expand Down

0 comments on commit 8b4ee64

Please sign in to comment.