aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2020-06-11 12:55:39 +0100
committerGravatar GitHub <[email protected]>2020-06-11 12:55:39 +0100
commitab63cffa31be9e3d2a225a52fc7192c651614175 (patch)
tree6e250d93ded21c139a96a9538068aa3af4ff4a5e
parentAdd cooldown channel to EXCLUDED_CHANNELS tuple (diff)
Add cooldown to Channels in constants.py
-rw-r--r--bot/constants.py1
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