aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-21 16:03:57 +0100
committerGravatar shtlrs <[email protected]>2023-03-21 16:03:57 +0100
commitca8a7a6f06db8e73a41f4bcae19b704b11c2c98f (patch)
tree33b5240dcd02c590b66d7585d4cd37fa8f9ede08 /pydis_site
parentMerge pull request #908 from python-discord/fix-ci (diff)
add rule 10 to the list
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/api/views.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py
index 34167a38..20431a61 100644
--- a/pydis_site/apps/api/views.py
+++ b/pydis_site/apps/api/views.py
@@ -171,6 +171,10 @@ class RulesView(APIView):
"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"]
+ ),
])