diff options
author | 2021-05-21 19:40:36 -0400 | |
---|---|---|
committer | 2021-05-21 19:40:36 -0400 | |
commit | 3c043263a976dbeefda9213ebfff9299bd6458f3 (patch) | |
tree | b6ba66146ef27f768b63e92b108ace548a0680b9 | |
parent | Merge branch 'main' of https://github.com/python-discord/bot into swfarnswort... (diff) |
Remove `claim_minutes` constant.
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 885b5c822..ab55da482 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -602,7 +602,6 @@ class HelpChannels(metaclass=YAMLGetter): section = 'help_channels' enable: bool - claim_minutes: int cmd_whitelist: List[int] idle_minutes_claimant: int idle_minutes_others: int |