diff --git a/cogs/sacrifice/sacrifice.py b/cogs/sacrifice/sacrifice.py index 78579d1..80dd812 100644 --- a/cogs/sacrifice/sacrifice.py +++ b/cogs/sacrifice/sacrifice.py @@ -137,7 +137,7 @@ class SacrificeCog(commands.Cog): return 0, 0 else: user_history = history[discord_id] - results = [match.result for match in user_history] + results = [match["result"] for match in user_history] return sum(results), len(results) async def win(self, winner_id: str, looser_id: str) -> None: