Fix /schedule error

This commit is contained in:
Cal Corum 2024-12-17 18:23:02 -06:00
parent 3a1ec5e529
commit 4945fb4680

View File

@ -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