diff --git a/gameutils.py b/gameutils.py index a5a4bdd..5528202 100644 --- a/gameutils.py +++ b/gameutils.py @@ -23,9 +23,9 @@ class TurnModal(nextcord.ui.Modal): ) self.add_item(self.text) - async def callback(self, interaction: nextcord.Interaction) -> None: - await interaction.response.edit_message(content=self.message) - await interaction.followup.send(f"<{self.turnping}> it is now your turn!\n{self.text.value}") + async def callback(self, interaction: nextcord.Interaction) -> None: + await interaction.response.edit_message(content=self.message) + await interaction.followup.send(f"<{self.turnping}> it is now your turn!\n{self.text.value}") class GameView(nextcord.ui.View):