Update legal check error

This commit is contained in:
Cal Corum 2024-03-01 20:02:09 -06:00
parent d8d2831978
commit bddc7144d9

View File

@ -2732,7 +2732,7 @@ class Gameplay(commands.Cog):
if legality['count'] > 0:
il_string = "\n- ".join(legality['bad_cards'])
await interaction.edit_original_response(
content=f'It looks like this is a {this_game.game_type.replace("-", " ").title} game and I see '
content=f'It looks like this is a {this_game.game_type.replace("-", " ").title()} game and I see '
f'the following cards as illegal. Please take another look and re-submit!\n\n'
f'- {il_string}'
)