From 9996331c582807509e27bdb0be7c2dfeea5b9559 Mon Sep 17 00:00:00 2001 From: Selyss <99344963+Selyss@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:42:01 -0500 Subject: [PATCH] Update ticket.py --- cogs/ticket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/ticket.py b/cogs/ticket.py index bc208a1..9e5ba1b 100644 --- a/cogs/ticket.py +++ b/cogs/ticket.py @@ -56,7 +56,7 @@ async def close_ticket(self, inter: nextcord.Interaction): em.title = "Ticket Closed" em.description = f"<@{inter.user.id}> has closed this ticket.\n\nPlease acknowledge this closure using the button below." - await inter.channel.send(embed=em, view=CloseView(inter=inter)) + await inter.channel.send(embed=em, view=CloseView()) @slash_command(name="closereq", description="request to close ticket") async def close_request(self, inter: nextcord.Interaction):