diff options
author | 2023-12-08 21:07:31 +0800 | |
---|---|---|
committer | 2023-12-08 21:07:31 +0800 | |
commit | 949ddaf9d06a9559679615d2ca63a591e6dc4e90 (patch) | |
tree | 5dd1e616ab54f7856f963591ce68f86546c5999a /pydis_site/apps/api | |
parent | Fix broken netcup icon in "Powered by" footer (diff) |
Add alias "hire" for rule 9
ref: https://discord.com/channels/267624335836053506/429409067623251969/1182407804787626047
Diffstat (limited to 'pydis_site/apps/api')
-rw-r--r-- | pydis_site/apps/api/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 05c15394..829086e7 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -169,7 +169,7 @@ class RulesView(APIView): ), ( "Do not offer or ask for paid work of any kind.", - ["pay", "paid", "work", "money"] + ["pay", "paid", "work", "money", "hire"] ), ( "Do not copy and paste answers from ChatGPT or similar AI tools.", |