diff options
| author | 2020-06-11 12:55:39 +0100 | |
|---|---|---|
| committer | 2020-06-11 12:55:39 +0100 | |
| commit | ab63cffa31be9e3d2a225a52fc7192c651614175 (patch) | |
| tree | 6e250d93ded21c139a96a9538068aa3af4ff4a5e | |
| parent | Add cooldown channel to EXCLUDED_CHANNELS tuple (diff) | |
Add cooldown to Channels in constants.py
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index b31a9c99e..470221369 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -389,6 +389,7 @@ class Channels(metaclass=YAMLGetter): attachment_log: int big_brother_logs: int bot_commands: int + cooldown: int defcon: int dev_contrib: int dev_core: int |