This commit is contained in:
insert 2024-08-11 00:10:58 -04:00
parent 9d55a7eb98
commit 26f68352b0
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -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):