Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Aug 17, 2023
1 parent 2769672 commit 1925df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ async def marriage(
f":wedding: {'You have' if member == ctx.author else f'**{member}** has'} "
"been married to "
+ (f"**{partner.display_name}**" if partner else "someone")
+ f"for **{length}**"
+ f" for **{length}**"
),
)
)
Expand Down

0 comments on commit 1925df2

Please sign in to comment.