Skip to content

Commit

Permalink
Update ticket.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss authored Feb 2, 2024
1 parent e4094d5 commit 9996331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/ticket.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 9996331

Please sign in to comment.