Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss committed Dec 17, 2023
1 parent 71fb39a commit b1fc445
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cogs/inquiry.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ async def callback(self, inter: nextcord.Interaction) -> None:
em.set_author(icon_url=inter.user.avatar, name=inter.user.name)
em.description = self.details.value
em.set_footer(text=format_footer(inter.user.id))
await target_channel.send(
content=f"<@{ADVERTISING_ROLE}>", embed=em, view=RequestView()
)
await target_channel.send(embed=em, view=RequestView())
await inter.response.send_message(
"""📫 **Your request has been sent!**""", ephemeral=True
)
Expand Down

0 comments on commit b1fc445

Please sign in to comment.