aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/views.py
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2023-04-07 19:13:53 +0300
committerGravatar GitHub <[email protected]>2023-04-07 19:13:53 +0300
commit8c8d67cedc30dcb4f9903236ee8ffee315ea6ce1 (patch)
tree4d125388fefdd79e9e00479683dfbb9f7706b3e0 /pydis_site/apps/api/views.py
parentimprove wording of a couple sections (diff)
parentMerge pull request #932 from python-discord/filters_fix (diff)
Merge branch 'main' into config-scaffolding-guide
Diffstat (limited to 'pydis_site/apps/api/views.py')
-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"]
+ ),
])