Skip to content

Commit

Permalink
fix: resolved suggestions having moderator notes inline with suggesti…
Browse files Browse the repository at this point in the history
…on responses
  • Loading branch information
Skelmis committed Jul 30, 2024
1 parent 97233a2 commit 521e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suggestions/objects/suggestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ async def _as_resolved_embed(
embed.set_image(self.image_url)

if self.note:
note_desc = f"**Moderator note**\n{self.note}"
note_desc = f"\n\n**Moderator note**\n{self.note}"
# TODO Resolve BT-44 and add moderator back
embed.description += note_desc

Expand Down

0 comments on commit 521e679

Please sign in to comment.