fix(issues): fixed something not being properly made epheremal
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-08-20 16:34:36 -04:00
parent 137acf6532
commit f416bd0513
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -254,7 +254,7 @@ class IssueResponseModal(discord.ui.Modal, title="Sending response message..."):
embed.color = 15671552 embed.color = 15671552
embed.title = "Issue Request Denied" embed.title = "Issue Request Denied"
status = "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 != "": if self.response.value != "":
embed.add_field( embed.add_field(