diff --git a/cogs/players.py b/cogs/players.py index aa07ec4..100e655 100644 --- a/cogs/players.py +++ b/cogs/players.py @@ -1048,7 +1048,7 @@ class Players(commands.Cog): # string_this_week += this_line # logger.info(f'Adding to string_this_week:\n{this_line}') - embed.description = f'{games_played} / {"32" if current["week_num"] <= 18 else "??"}' + embed.description = f'Games Played: {games_played} / {"32" if current["week"] <= 18 else "??"}' await interaction.edit_original_response( content=None, embed=embed