diff options
author | 2021-05-21 18:20:05 -0400 | |
---|---|---|
committer | 2021-05-21 18:20:05 -0400 | |
commit | a05d2842d4be8458b36ce6dca10e73da9bd127e6 (patch) | |
tree | 1cb7bb6125c1bc54a29dcf3e76e5558c0fb24e36 | |
parent | Delete `_cooldown.py`, which is no longer needed. (diff) |
Remove the `claim_minutes` configuration.
There is essentially no cooldown as the "help cooldown" role is now always applied when one has an open help channel.
-rw-r--r-- | config-default.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index c5c9b12ce..406038d8c 100644 --- a/config-default.yml +++ b/config-default.yml @@ -450,9 +450,6 @@ free: help_channels: enable: true - # 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 |