This commit is contained in:
EEKIM10 2022-10-06 09:49:38 +01:00
parent c3a0d7dfe2
commit 132458e080

View file

@ -134,7 +134,7 @@ class VerifyView(discord.ui.View):
)
modal = Modal()
await interaction1.response.send_modal()
await interaction1.response.send_modal(modal)
btn.disabled = True
await interaction1.edit_original_response(view=self)
await modal.wait()