From f416bd05135d3493c3adbb648695a6b5367a35a7 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 20 Aug 2023 16:34:36 -0400 Subject: [PATCH] fix(issues): fixed something not being properly made epheremal --- issues/modals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/modals.py b/issues/modals.py index e5d9803..98d8358 100644 --- a/issues/modals.py +++ b/issues/modals.py @@ -254,7 +254,7 @@ class IssueResponseModal(discord.ui.Modal, title="Sending response message..."): embed.color = 15671552 embed.title = "Issue Request Denied" status = "denied" - await interaction.response.send_message(content=f"Issue request {status}.") + await interaction.response.send_message(content=f"Issue request {status}.", ephemeral=True) if self.response.value != "": embed.add_field(