From c3b29a3bc84b8ec8839ae9abf665d16807ebf624 Mon Sep 17 00:00:00 2001 From: insert Date: Mon, 12 Aug 2024 15:36:37 -0400 Subject: [PATCH] Update --- gameutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gameutils.py b/gameutils.py index 8e96d35..4673bc9 100644 --- a/gameutils.py +++ b/gameutils.py @@ -41,7 +41,7 @@ class TurnModal(nextcord.ui.Modal): await sentmsg.pin() except: pass - await interaction.followup.send(f"<@{self.fristrun.id}> it is now your turn!{check}\n{self.text.value}") + await interaction.followup.send(f"<@{self.fristrun.id}> it is now your turn!\n{self.text.value}") async def on_error(self, error: nextcord.DiscordException, interaction: nextcord.Interaction): error = traceback.format_exc()