diff --git a/uqcsbot/advent.py b/uqcsbot/advent.py index 2d319de..67a8ecd 100644 --- a/uqcsbot/advent.py +++ b/uqcsbot/advent.py @@ -192,7 +192,9 @@ def make_message_arguments(self) -> Dict[str, Any]: if self.day: notes.append(f"sorted by {self.sortby}") if self.is_truncated: - notes.append(f"top {len(self.visible_members)} shown out of {len(self.all_members)}") + notes.append( + f"top {len(self.visible_members)} shown out of {len(self.all_members)}" + ) body = f"({', '.join(notes)})" if notes else "" basename = f"advent_{self.code}_{self.year}_{self.day}"