diff options
| author | 2020-08-09 14:07:58 -0400 | |
|---|---|---|
| committer | 2020-08-09 14:07:58 -0400 | |
| commit | c8c33879d098569ae9eefc44c067ff6a780ca3f6 (patch) | |
| tree | a6d442fe4f46c1d20f0dee6ba0aeb49d2e91b462 /config-default.yml | |
| parent | Filtering: ignore webhooks for nickname filter (diff) | |
| parent | Merge pull request #1085 from python-discord/bug/util/1079/long-poll-titles (diff) | |
Merge branch 'master' into bug/filters/1027/ignore-webhook-names
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index aacbe170f..4bd90511c 100644 --- a/config-default.yml +++ b/config-default.yml @@ -432,8 +432,8 @@ help_channels: # Allowed duration of inactivity before making a channel dormant idle_minutes: 30 - # Allowed duration of inactivity when question message deleted - # and no one other sent before message making channel dormant. + # Allowed duration of inactivity when channel is empty (due to deleted messages) + # before message making a channel dormant deleted_idle_minutes: 5 # Maximum number of channels to put in the available category |