aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2022-09-11 10:29:35 +0100
committerGravatar Amrou Bellalouna <[email protected]>2022-09-11 10:29:35 +0100
commit6b3b18078d8f8a636c5c5908f41f9075ab1ebfac (patch)
treee6ba8a1a8d35dfc75b3557a097a95629f64b9a68
parentaccept keywords and rule numbers in any order (diff)
add missing blank line
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index db98e6f47..68a96876f 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -397,6 +397,7 @@ class Categories(metaclass=YAMLGetter):
# 2021 Summer Code Jam
summer_code_jam: int
+
class Channels(metaclass=YAMLGetter):
section = "guild"
subsection = "channels"