aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Anonymous <[email protected]>2023-08-11 22:42:41 -0500
committerGravatar GitHub <[email protected]>2023-08-11 22:42:41 -0500
commit36e841176efe46292ee64c2610b619c3c9c65f8b (patch)
treee51bc9a34fc4e8cdcda84d49cb7381173b00563c
parentMerge pull request #1069 from python-discord/cj10-initial-update (diff)
Add "pay" alias for rule tag
-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 f155aa0b..05c15394 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.",
- ["paid", "work", "money"]
+ ["pay", "paid", "work", "money"]
),
(
"Do not copy and paste answers from ChatGPT or similar AI tools.",