From 26f68352b0b641204de082ad600ff18f8a9405b4 Mon Sep 17 00:00:00 2001 From: insert Date: Sun, 11 Aug 2024 00:10:58 -0400 Subject: [PATCH] update --- gameutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):