fix(issues): fixed something not being properly made epheremal
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
137acf6532
commit
f416bd0513
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue