Skip to content

Commit

Permalink
fix f string collision
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Dec 22, 2024
1 parent 52e7b46 commit 2e3976f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/profiles/disconnects.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async def disconnects_list(self, ctx: MogiApplicationContext):

players_str = "\n".join(
[
f"<@{player["discord_id"]}>: {player["disconnects"]}"
f"<@{player['discord_id']}>: {player['disconnects']}"
for player in players
]
)
Expand Down

0 comments on commit 2e3976f

Please sign in to comment.