Skip to content

Commit

Permalink
Conditionally extra space on the stats message
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Aug 12, 2023
1 parent 7a502de commit 0a048c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dictator/cogs/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ async def format_family_list(self, family_list: str) -> str:
continue
formatted_families += f"{len(family)} in {family_name}\n"

if unnamed_families or solo_eves or tutorial_players:
formatted_families += "\n"

if unnamed_families:
formatted_families += f"{unnamed_family_players} in {unnamed_families} unnamed {self.p.plural('family', unnamed_families)}\n"

Expand Down

0 comments on commit 0a048c9

Please sign in to comment.