diff options
author | 2021-02-21 23:07:38 +0000 | |
---|---|---|
committer | 2021-02-21 23:07:38 +0000 | |
commit | 584ed52c7107c7d3e3b838ee1e8df3a22ae95e35 (patch) | |
tree | 19b261537f032a46ff646676475382f15f4638e6 | |
parent | Update token remover unittests (diff) |
Update max available channels to 3
Partially resolves #1427
-rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index beaf89f2c..8e9a29a51 100644 --- a/config-default.yml +++ b/config-default.yml @@ -470,7 +470,7 @@ help_channels: deleted_idle_minutes: 5 # Maximum number of channels to put in the available category - max_available: 2 + max_available: 3 # Maximum number of channels across all 3 categories # Note Discord has a hard limit of 50 channels per category, so this shouldn't be > 50 |