diff options
| -rw-r--r-- | bot/constants.py | 2 | ||||
| -rw-r--r-- | config-default.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index ead26c91d..c2b778b6e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -341,6 +341,8 @@ class Channels(metaclass=YAMLGetter): help_3: int help_4: int help_5: int + help_6: int + help_7: int helpers: int message_log: int mod_alerts: int diff --git a/config-default.yml b/config-default.yml index e8ad1d572..4c9cb72dc 100644 --- a/config-default.yml +++ b/config-default.yml @@ -103,6 +103,8 @@ guild: help_3: 439702951246692352 help_4: 451312046647148554 help_5: 454941769734422538 + help_6: 587375753306570782 + help_7: 587375768556797982 helpers: 385474242440986624 message_log: &MESSAGE_LOG 467752170159079424 mod_alerts: 473092532147060736 |