diff options
| author | 2019-09-12 16:17:28 +0200 | |
|---|---|---|
| committer | 2019-09-12 16:17:28 +0200 | |
| commit | 00f985875f04c752630e13add232944e46870779 (patch) | |
| tree | 8784abddfc447656552c848d534705ccf5cad3e9 | |
| parent | Fix AntiSpam incorrectly invoking tempmute. (diff) | |
Add help-6 and help-7 to constants
We never added channel IDs for the new help channels
to the constants after adding them, so I'm adding them
in.
| -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 |