aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pydis_site/apps/api/views.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py
index 32f41667..f155aa0b 100644
--- a/pydis_site/apps/api/views.py
+++ b/pydis_site/apps/api/views.py
@@ -146,7 +146,7 @@ class RulesView(APIView):
(
"Use English to the best of your ability. "
"Be polite if someone speaks English imperfectly.",
- ["english", "language"]
+ ["english", "eng", "language"]
),
(
"Do not provide or request help on projects that may violate terms of service, "
@@ -165,15 +165,15 @@ class RulesView(APIView):
(
"Do not help with ongoing exams. When helping with homework, "
"help people learn how to do the assignment without doing it for them.",
- ["exam", "exams", "assignment", "assignments", "homework"]
+ ["exam", "exams", "assignment", "assignments", "homework", "hw"]
),
(
"Do not offer or ask for paid work of any kind.",
["paid", "work", "money"]
),
(
- "Do not copy and paste answers from ChatGPT or similar AI tools.",
- ["gpt", "chatgpt", "gpt3", "ai"]
+ "Do not copy and paste answers from ChatGPT or similar AI tools.",
+ ["gpt", "chatgpt", "gpt3", "ai"]
),
])