diff --git a/utils/models.py b/utils/models.py index 315a3d3..70a5541 100644 --- a/utils/models.py +++ b/utils/models.py @@ -141,7 +141,7 @@ class Player(Model): title="Player", description=( f"{self.username} ([{summary.profile_name}]({summary.url}))\n" - f"Deaths: {death_count}" + f"Deaths: {death_count}\n" f"Playtime ???" ) )