Update
This commit is contained in:
parent
85b7746bb8
commit
c3b29a3bc8
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue