From 949ddaf9d06a9559679615d2ca63a591e6dc4e90 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Fri, 8 Dec 2023 21:07:31 +0800 Subject: Add alias "hire" for rule 9 ref: https://discord.com/channels/267624335836053506/429409067623251969/1182407804787626047 --- pydis_site/apps/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/apps') 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.", -- cgit v1.2.3