Fix /schedule error
This commit is contained in:
parent
3a1ec5e529
commit
4945fb4680
@ -1048,7 +1048,7 @@ class Players(commands.Cog):
|
|||||||
# string_this_week += this_line
|
# string_this_week += this_line
|
||||||
# logger.info(f'Adding to string_this_week:\n{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(
|
await interaction.edit_original_response(
|
||||||
content=None,
|
content=None,
|
||||||
embed=embed
|
embed=embed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user