diff --git a/gameutils.py b/gameutils.py index d27d46c..a5a4bdd 100644 --- a/gameutils.py +++ b/gameutils.py @@ -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):