diff --git a/utils/models.py b/utils/models.py index 1b6cd40..365d928 100644 --- a/utils/models.py +++ b/utils/models.py @@ -135,7 +135,7 @@ class Player(Model): if not summary: raise ValueError("You must fetch the steam_profile_summary before creating an embed.") - death_count = (await self.get_deaths()).count() + death_count = len(await self.get_deaths()) embed = Embed( title="Player",