aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steele Farnsworth <[email protected]>2023-06-14 15:58:41 -0400
committerGravatar GitHub <[email protected]>2023-06-14 19:58:41 +0000
commitc0fa123af26c775b1dc5cdf77cba8312c386295f (patch)
tree94a662401f34ef354596567978ed61f58ad83737
parentFix missing message unpinning on adding ticket emoji to nomination review. (#... (diff)
Increase help thread timeout 30 -> 60 (#2641)
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 43c833834..e1d8a1e72 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -336,7 +336,7 @@ class _HelpChannels(EnvConfig):
EnvConfig.Config.env_prefix = "help_channels_"
enable = True
- idle_minutes = 30
+ idle_minutes = 60
deleted_idle_minutes = 5
# Roles which are allowed to use the command which makes channels dormant
cmd_whitelist = Guild.moderation_roles