Skip to content

Commit

Permalink
Delete the timeout message after 15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Dec 13, 2023
1 parent ae4aaef commit 6685490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/libs/tickets/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ async def on_timeout(self) -> None:
"Timed out waiting for a response. Not creating a ticket. "
"In order to create a ticket, please resend your message and properly confirm"
)
await self.message.edit(embed=embed, view=None, delete_after=60.0)
await self.message.edit(embed=embed, view=None, delete_after=15.0)
return

0 comments on commit 6685490

Please sign in to comment.