diff options
| author | 2022-11-26 20:00:00 +0200 | |
|---|---|---|
| committer | 2022-11-26 20:00:00 +0200 | |
| commit | 07d85affe8573ffcfaaf4c6eb0c6600fa6baa927 (patch) | |
| tree | 7d0cc868781aea5c569546b7193ba3bd8db9ecc8 /config-default.yml | |
| parent | Merge pull request #2338 from python-discord/bump-bot-core (diff) | |
| parent | Catch case where starter message is deleted before pinning (diff) | |
Merge pull request #2339 from python-discord/auto-archive-help-posts
Help forum improvements
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index c9d043ff7..1d7a2ff78 100644 --- a/config-default.yml +++ b/config-default.yml @@ -493,6 +493,13 @@ free: help_channels: enable: true + # Allowed duration of inactivity before archiving a help post + idle_minutes: 30 + + # Allowed duration of inactivity when post is empty (due to deleted messages) + # before archiving a help post + deleted_idle_minutes: 5 + # Roles which are allowed to use the command which makes channels dormant cmd_whitelist: - *HELPERS_ROLE |