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):