aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar ~hedy <[email protected]>2023-12-08 21:07:31 +0800
committerGravatar GitHub <[email protected]>2023-12-08 21:07:31 +0800
commit949ddaf9d06a9559679615d2ca63a591e6dc4e90 (patch)
tree5dd1e616ab54f7856f963591ce68f86546c5999a /pydis_site/apps
parentFix 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')
-rw-r--r--pydis_site/apps/api/views.py2
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.",