diff options
| author | 2019-09-12 16:17:28 +0200 | |
|---|---|---|
| committer | 2019-09-12 16:17:28 +0200 | |
| commit | 00f985875f04c752630e13add232944e46870779 (patch) | |
| tree | 8784abddfc447656552c848d534705ccf5cad3e9 /config-default.yml | |
| 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.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |