diff options
| author | 2022-03-03 15:43:00 -0500 | |
|---|---|---|
| committer | 2022-03-03 15:43:00 -0500 | |
| commit | 38872a74513827c5482b4df8e769f45608da6dc9 (patch) | |
| tree | 109fcf024e1d570859c4c64e9e139c76f05f9f7c /config-default.yml | |
| parent | Add typehint for DayDuration convertor (diff) | |
| parent | Merge pull request #2107 from an-dyy/patch-1 (diff) | |
Merge branch 'main' into fix/modpingsfix/modpings
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/config-default.yml b/config-default.yml index 1e04f5844..dae923158 100644 --- a/config-default.yml +++ b/config-default.yml @@ -174,7 +174,7 @@ guild: how_to_get_help: 704250143020417084 # Topical - discord_py: 343944376055103488 + discord_bots: 343944376055103488 # Logs attachment_log: &ATTACH_LOG 649243850006855680 @@ -513,19 +513,16 @@ help_channels: # Prefix for help channel names name_prefix: 'help-' - # Notify if more available channels are needed but there are no more dormant ones - notify: true + notify_channel: *HELPERS # Channel in which to send notifications messages + notify_minutes: 15 # Minimum interval between none_remaining or running_low notifications - # Channel in which to send notifications - notify_channel: *HELPERS - - # Minimum interval between helper notifications - notify_minutes: 15 - - # Mention these roles in notifications - notify_roles: + notify_none_remaining: true # Pinging notification for the Helper role when no dormant channels remain + notify_none_remaining_roles: # Mention these roles in the none_remaining notification - *HELPERS_ROLE + notify_running_low: true # Non-pinging notification which is triggered when the channel count is equal or less than the threshold + notify_running_low_threshold: 4 # The amount of channels at which a running_low notification will be sent + redirect_output: delete_delay: 15 |