Skip to content

Commit

Permalink
fix timeout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss authored Feb 6, 2024
1 parent 9996331 commit d4e7fbf
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 @@ -10,7 +10,7 @@

class CloseRequest(nextcord.ui.View):
def __init__(self, inter=None, old_channel=None):
super().__init__(timeout=60)
super().__init__(timeout=None)
self.inter = inter
self.old_channel = old_channel

Expand Down

0 comments on commit d4e7fbf

Please sign in to comment.