Update
This commit is contained in:
parent
c58188bb6a
commit
69b7c1a5e9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class TurnModal(nextcord.ui.Modal):
|
|||
self.add_item(self.text)
|
||||
|
||||
async def callback(self, interaction: nextcord.Interaction) -> None:
|
||||
check = vars(interaction.permissions)
|
||||
check = interaction.permissions
|
||||
if not self.fristrun:
|
||||
await interaction.response.edit_message(content=self.message)
|
||||
await interaction.followup.send(f"<{self.turnping}> it is now your turn!\n{self.text.value}")
|
||||
|
|
Loading…
Reference in a new issue