diff options
author | 2022-07-10 21:40:57 +0100 | |
---|---|---|
committer | 2022-07-10 21:40:57 +0100 | |
commit | a09130a8a8336855f75f462edd96bd213d317cd2 (patch) | |
tree | 9fc8dccad1b379e0eee22d7b0be1d58c2ac930df | |
parent | Merge pull request #18 from python-discord/botcore-migration (diff) |
Update staff category list, and add another ignored category
-rw-r--r-- | config-default.toml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config-default.toml b/config-default.toml index 60374ef..1b19124 100644 --- a/config-default.toml +++ b/config-default.toml @@ -29,13 +29,18 @@ staff_categories = [ 721459859500957726, 430484673248886784, 749736277464842262, - 749735995460550726 + 749735995460550726, + 787641585624940544, + 412287621704843264, + 881573419878076456, + 820711852652494868 ] # Don't report messages for the following categories ignore_categories = [ 714494672835444826, - 890331800025563216 + 890331800025563216, + 895417395261341766 ] [database] |