Update legal check error
This commit is contained in:
parent
d8d2831978
commit
bddc7144d9
@ -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}'
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user