Skip to content

Commit

Permalink
Fix guild info command
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Jul 11, 2024
1 parent b716562 commit 1f65bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/cogs/commands/useful.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ async def server_info(self, ctx: Ctx, *, guild: int | discord.Guild | None = Non

villager = (
f"{ctx.l.useful.ginf.lang}: `{ctx.l.name}`\n"
f"{ctx.l.useful.ginf.diff}: `{db_guild.difficulty}`\n"
f"{ctx.l.useful.ginf.cmd_prefix}: `{self.bot.prefix_cache.get(guild.id, self.bot.k.default_prefix)}`\n" # noqa: E501
f"{ctx.l.useful.ginf.joined_at}: `{arrow.get(ctx.me.joined_at).humanize(locale=ctx.l.lang)}`\n" # noqa: E501
)
Expand Down

0 comments on commit 1f65bc0

Please sign in to comment.