diff options
| author | 2022-06-07 22:08:55 +0100 | |
|---|---|---|
| committer | 2022-06-07 22:08:55 +0100 | |
| commit | 12a1da100e63c61504b484450e4e57675ca15ba0 (patch) | |
| tree | d9bb6787e34f5e2e0a90783b09cea27a64574557 /config-default.yml | |
| parent | HelpChannels: refactor pin/unpin functions (diff) | |
| parent | Merge pull request #2187 from Numerlor/doc-remove-signature-headerlink (diff) | |
Merge branch 'main' into feature/1903/fix-pin-inconsistency
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/config-default.yml b/config-default.yml index 0d3ddc005..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 @@ -377,7 +377,7 @@ urls: site_logs_view: !JOIN [*STAFF, "/bot/logs"] # Snekbox - snekbox_eval_api: "http://snekbox.default.svc.cluster.local/eval" + snekbox_eval_api: !ENV ["SNEKBOX_EVAL_API", "http://snekbox.default.svc.cluster.local/eval"] # Discord API URLs discord_api: &DISCORD_API "https://discordapp.com/api/v7/" @@ -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 |