From 132458e0809f78c13e020c7f5a2af2131f82e4ba Mon Sep 17 00:00:00 2001 From: EEKIM10 Date: Thu, 6 Oct 2022 09:49:38 +0100 Subject: [PATCH] ugh --- utils/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/views.py b/utils/views.py index fb3de17..31b6b12 100644 --- a/utils/views.py +++ b/utils/views.py @@ -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()