diff options
author | 2021-10-06 22:11:45 +0100 | |
---|---|---|
committer | 2021-10-06 22:11:45 +0100 | |
commit | b40459a716c01c4d63a84ac886eab8884aeffefb (patch) | |
tree | b28d5d9fe6a0e0230a51d8182495b6cf7aa6f97b | |
parent | Merge pull request #1859 from python-discord/revert-1806-infract-then-dm (diff) |
Add appeal categories to mod categories
This allows us to run moderation commands in the appeal categories
-rw-r--r-- | config-default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 3405934e0..57bfc2687 100644 --- a/config-default.yml +++ b/config-default.yml @@ -144,6 +144,8 @@ guild: logs: &LOGS 468520609152892958 moderators: &MODS_CATEGORY 749736277464842262 modmail: &MODMAIL 714494672835444826 + appeals: &APPEALS 890331800025563216 + appeals2: &APPEALS2 895417395261341766 voice: 356013253765234688 summer_code_jam: 861692638540857384 @@ -238,6 +240,8 @@ guild: - *MODS_CATEGORY - *MODMAIL - *LOGS + - *APPEALS + - *APPEALS2 moderation_channels: - *ADMINS |