diff options
author | 2022-11-07 22:41:50 +0200 | |
---|---|---|
committer | 2022-11-07 22:41:50 +0200 | |
commit | 1411ad02a7b98c358b215191c7ff1b3846824c9d (patch) | |
tree | 855f9256851f73cdd7b0a2d313e26bead1903ced /pydis_site/apps/api | |
parent | Add creation and update timestamps to filtering models (diff) |
Disable everyone filter in code jam categories
This is in line with what already existed.
Diffstat (limited to 'pydis_site/apps/api')
-rw-r--r-- | pydis_site/apps/api/migrations/0087_unique_filter_list.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/api/migrations/0087_unique_filter_list.py b/pydis_site/apps/api/migrations/0087_unique_filter_list.py index 9db966fb..96c2b17a 100644 --- a/pydis_site/apps/api/migrations/0087_unique_filter_list.py +++ b/pydis_site/apps/api/migrations/0087_unique_filter_list.py @@ -43,6 +43,7 @@ def create_unique_list(apps: Apps, _): "Please don't try to ping `@everyone` or `@here`. Your message has been removed. " "If you believe this was a mistake, please let staff know!" ), + disabled_categories=["CODE JAM"] ) everyone.save() |