diff options
author | 2020-05-02 09:35:13 -0700 | |
---|---|---|
committer | 2020-05-02 09:35:13 -0700 | |
commit | debbe647589aa4c8d110cf7b25e4a68fe9eb5ff6 (patch) | |
tree | 5dad40af109db7969961356f9c9a349836e80982 | |
parent | Remove the mention command (diff) |
Remove mention command constants
-rw-r--r-- | bot/constants.py | 7 | ||||
-rw-r--r-- | config-default.yml | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/bot/constants.py b/bot/constants.py index a00b59505..da29125eb 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -550,13 +550,6 @@ class HelpChannels(metaclass=YAMLGetter): notify_roles: List[int] -class Mention(metaclass=YAMLGetter): - section = 'mention' - - message_timeout: int - reset_delay: int - - class RedirectOutput(metaclass=YAMLGetter): section = 'redirect_output' diff --git a/config-default.yml b/config-default.yml index 78a2ff853..ff6790423 100644 --- a/config-default.yml +++ b/config-default.yml @@ -507,9 +507,6 @@ free: cooldown_rate: 1 cooldown_per: 60.0 -mention: - message_timeout: 300 - reset_delay: 5 help_channels: enable: true |