diff options
author | 2022-03-11 01:38:10 +0000 | |
---|---|---|
committer | 2022-03-11 01:38:10 +0000 | |
commit | 1e9044fb0c1f97c830d69702d3a635c29828690e (patch) | |
tree | ec5a4596973a232562e6dd508ade8b72ba5327d6 | |
parent | Merge pull request #13 from python-discord/threadfixes (diff) |
Add ModMail appeals to ignore categories
-rw-r--r-- | config-default.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-default.toml b/config-default.toml index 9dc8606..60374ef 100644 --- a/config-default.toml +++ b/config-default.toml @@ -34,7 +34,8 @@ staff_categories = [ # Don't report messages for the following categories ignore_categories = [ - 714494672835444826 + 714494672835444826, + 890331800025563216 ] [database] |