From 80d7a35f462d2bad1239d45596751101904de33f Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 9 Dec 2024 02:09:55 +0000 Subject: [PATCH] add missing new line in embed description --- utils/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ???" ) )