update
This commit is contained in:
parent
9d55a7eb98
commit
26f68352b0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class GameView(nextcord.ui.View):
|
|||
pass
|
||||
await interaction.followup.send(f"The round has concluded")
|
||||
else:
|
||||
await interaction.response.send_modal(TurnModal())
|
||||
await interaction.response.send_modal(TurnModal(message,turnping))
|
||||
return
|
||||
|
||||
class gameutils(commands.Cog):
|
||||
|
|
Loading…
Reference in a new issue