Update rare play string
This commit is contained in:
parent
67da23cc17
commit
d8d2831978
@ -3889,7 +3889,7 @@ class Gameplay(commands.Cog):
|
|||||||
hit_allowed = 'out'
|
hit_allowed = 'out'
|
||||||
|
|
||||||
view = Confirm([interaction.user], label_type='yes')
|
view = Confirm([interaction.user], label_type='yes')
|
||||||
question = await interaction.channel.send(f'Did {defender["p_name"]} give up an error?', view=view)
|
question = await interaction.channel.send(f'Did {defender["p_name"]} give up an error or rare play?', view=view)
|
||||||
await view.wait()
|
await view.wait()
|
||||||
|
|
||||||
if view.value:
|
if view.value:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user