diff options
author | 2023-06-14 15:58:41 -0400 | |
---|---|---|
committer | 2023-06-14 19:58:41 +0000 | |
commit | c0fa123af26c775b1dc5cdf77cba8312c386295f (patch) | |
tree | 94a662401f34ef354596567978ed61f58ad83737 | |
parent | Fix missing message unpinning on adding ticket emoji to nomination review. (#... (diff) |
Increase help thread timeout 30 -> 60 (#2641)
-rw-r--r-- | bot/constants.py | 2 |
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 |