aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar swfarnsworth <[email protected]>2021-05-21 19:40:36 -0400
committerGravatar swfarnsworth <[email protected]>2021-05-21 19:40:36 -0400
commit3c043263a976dbeefda9213ebfff9299bd6458f3 (patch)
treeb6ba66146ef27f768b63e92b108ace548a0680b9
parentMerge branch 'main' of https://github.com/python-discord/bot into swfarnswort... (diff)
Remove `claim_minutes` constant.
-rw-r--r--bot/constants.py1
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