Skip to content

Commit

Permalink
Increase ticket time
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Mar 5, 2024
1 parent d1887e1 commit 40f9675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sealed class HelpDeskTicketSystem(
val faqChannelId: Long,
val statusChannelId: Long,
val supportRoleId: Long
) : TicketSystem(jda, systemType, language, guildId, channelId, ThreadChannel.AutoArchiveDuration.TIME_24_HOURS)
) : TicketSystem(jda, systemType, language, guildId, channelId, ThreadChannel.AutoArchiveDuration.TIME_3_DAYS)

0 comments on commit 40f9675

Please sign in to comment.