diff options
| author | 2020-02-29 12:37:30 -0800 | |
|---|---|---|
| committer | 2020-03-22 15:54:43 -0700 | |
| commit | 6173072011b69c54fe817f383b70487e0ad97dee (patch) | |
| tree | e7de0b5840c8fb2007f8cc6f410c4f0bb21ef3b9 /config-default.yml | |
| parent | HelpChannels: create generic way to schedule any awaitable (diff) | |
HelpChannels: allow users to claim a new channel every 15 minutes
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index b91df4580..a62572b70 100644 --- a/config-default.yml +++ b/config-default.yml @@ -505,6 +505,9 @@ mention: reset_delay: 5 help_channels: + # Minimum interval before allowing a certain user to claim a new help channel + claim_minutes: 15 + # Roles which are allowed to use the command which makes channels dormant cmd_whitelist: - *HELPERS_ROLE |