aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-04-16 22:48:08 +0100
committerGravatar GitHub <[email protected]>2023-04-16 21:48:08 +0000
commit6dcdcf519b8a178b4884797d85ad6b2e1b9582c3 (patch)
tree347922e19ded4a1cc2a381342d30f0f476508c99
parentUpdate rule 5 (#942) (diff)
update rule 5 (#943)
-rw-r--r--pydis_site/apps/api/views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py
index 20431a61..54fbf809 100644
--- a/pydis_site/apps/api/views.py
+++ b/pydis_site/apps/api/views.py
@@ -149,9 +149,9 @@ class RulesView(APIView):
["english", "language"]
),
(
- "Do not provide or request help on projects that may break laws, "
- "breach terms of services, or are malicious or inappropriate.",
- ["infraction", "tos", "breach", "malicious", "inappropriate"]
+ "Do not provide or request help on projects that may violate terms of service, "
+ "or that may be deemed inappropriate, malicious, or illegal.",
+ ["infraction", "tos", "breach", "malicious", "inappropriate", "illegal"]
),
(
"Do not post unapproved advertising.",