diff options
author | 2021-03-30 19:17:34 +0100 | |
---|---|---|
committer | 2021-03-30 19:17:34 +0100 | |
commit | 2a8ff07dcab71e8e97d268eab93da04b63c8f5d7 (patch) | |
tree | a7ea8c38f02182e2c3dc6c6ef409d2d746353f50 | |
parent | Add myself to CODEOWNERS (#1489) (diff) | |
parent | Increase the total number of help channels to 42 (diff) |
Merge pull request #1490 from python-discord/sebastiaan/increase-help-channel-count
Increase the total number of help channels to 42
-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 502f0f861..4e7060ea4 100644 --- a/config-default.yml +++ b/config-default.yml @@ -481,7 +481,7 @@ help_channels: # 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 - max_total_channels: 32 + max_total_channels: 42 # Prefix for help channel names name_prefix: 'help-' |