Skip to content

Commit

Permalink
appeasing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
imtherealF1 authored Sep 12, 2024
1 parent 32ac1e0 commit 6a1d9f0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ballsdex/packages/players/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,7 @@ async def friend_list(self, interaction: discord.Interaction["BallsDexBot"]):

since = format_dt(relation.since, style="f")
entries.append(
(
"",
f"**{idx}.** <@{friend.discord_id}> ({friend.discord_id})\nSince: {since}"
)
("", f"**{idx}.** <@{friend.discord_id}> ({friend.discord_id})\nSince: {since}")
)

source = FieldPageSource(entries, per_page=5, inline=False)
Expand Down Expand Up @@ -402,7 +399,7 @@ async def blocked_list(self, interaction: discord.Interaction["BallsDexBot"]):
(
"",
f"**{idx}.** <@{blocked_user.discord_id}> "
f"({blocked_user.discord_id})\nBlocked at: {since}"
f"({blocked_user.discord_id})\nBlocked at: {since}",
)
)

Expand Down

0 comments on commit 6a1d9f0

Please sign in to comment.